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

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

CC Flash Tutorials.swf

This is the info page for
Flash #61542

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


Text
Low

Med

High

Play

Flash Tutorials

Text Morphing

Dress-Ups

Motion Tweens

Image Fading

Cursors

Symbols

Hello, Lets learn about symbols...

Symbols

NEXT

Draw freehand image...

we'll start off by drawing an image to convert
to a symbol. when finished, select the image...

when selected, press F8 to convert it to a
symbol, this menu should appear...

you'll see that there are 3 different types of
behaviors, click on one to find info about it!

3 behaviors:

Graphic

Movie Clip

Button

Click on example to view a movie clip using the
happy face i drew earlier

Movie CLips

Movie CLips are used to make an animation
repeat forever.

Ex: his eyes are
movie clips... they
continously blink

double-click on your
movie clip to see its
timeline where you
then make your animation
to repeat itself

Example

As you can see the happy face is repeating
the same process over and over

This was a basic movie clip that
only required two frames:

frame
1

frame
2

Click on example to view a button using the
happy face i drew earlier

Buttons

Buttons are used to control a movie,
such as starting/stopping a movie or
jumping to a different frame

ex: this is
a button

Double click on a button to
edit what it will look like if
you hover over it or press
down on it with your mouse

notice that hovering or pressing down on
the happy face will change its appearance

to get a button to jump to another frame,
right click on the button, click on actions and
click on        then set it to expert mode...

on (release) {
gotoAndPlay(frame);
;}

Copy this script and the paste it
into actions. put the frame # you want
the button to jump to where frame is
in the script

Graphics

graphics are usually used for images that
won't be animated. such as backgrounds,
banners, etc.

graphics can also be used for fading in or
out of a scene in a movie.

if you forgot how to change and image to a
symbol, just select the image and press F8

Motion tweens

what is a motion tween?

motion tweens are a more simple way to move
an object around the screen without having
to move the object frame by frame. (which can
take a while)

before we begin, draw an image that you would
like to move across the screen. ex: plane.
once your done, change it to a
symbol (any kind will do)

to copy a frame, right-click on it, scroll down
the menu and click on copy frames

once coverted to a symbol, go up to your
timeline and copy the frame with your
image in it and paste it ten frames forward

now, in the tenth frame, place your image
where you would like it to move.

then right-click between the first and tenth
frame and click on create motion tween

if you followed the instructions carefully
your image should move from the place in the
first frame and end up where you placed your
image in the last frame.

when creating motion tweens you do not
need to have exactly ten frames, you can add
or subtract frames. it all depends on how
fast or slow you want the image to go.

first of all, draw a character along with
some clothing that can fit him/her.

i'll be using him as my dress
up character.

dress-ups

once you have your cloths drawn, convert
them to a button. now goto properties and
set an instances name (any name will do)
Then convert it to a movie clip.
Right-click on the movie clip and
click on actions. then copy this
script to the left and paste it
in the actions (make sure you
are in expert mode)

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

almost done! at the part of the script
that says startdrag (""); insert the instance's
name of the button inside the quotation
marks. ("")

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

ex: if your instance is hat then
the script should look like this...

startDrag ("hat");

it should turn out like this...

first, select text tool from the tool bar.
make a static text box and type a word you
want to morph. then in your timeline, right-
click on the 15th frame and click on insert
keyframe. replace the word in the
15th frame with a word you want
to morph too...

here is an example of text morphing:

Text morphing

now we need to break the text...
select the first frame and click on the text
box. now hold down ctrl and press b (do this
twice) then click on the 15th frame and do
the same thing (hit ctrl + b twice)
Next, click on the first frame again and click
on properties...

match your properties to these settings:

if you've done everything correctly, your
timeline should look like this:

and when you play your movie, the
text should morph from your 1st
frame to your last

first make an image you would want to fade
in or out. (like a ghost or something)

once your image is done, select it and press
F8 to convert it to a symbol. for the
behavior, select graphic and click ok.

image fading

now in the timeline, right-click on the
10th frame and click on insert keyframe.
once that is done, click on the 10th frame
and select the graphic. then open the
properties (right-click on the graphic > click
on properties)

once in the properties of the graphic, you
should see color with a drop down menu on
the right side. click on the drop down menu
and select alpha. then a new box will appear
with 100% in it, make that 0%. your properties
should look like this:

finally, you need to make a motion tween.
so goto your timeline and right-click between
the 1st and 10th frame and then click on
create motion tween. when you play the movie
your image should fade out.

more frames can be added to this
and it could be done the opposite
way around. experiment with it
and have fun!

first of all, draw a cursor somewhat like
this one.

then select the cursor and press F8 to
convert it to a symbol. name it anything
you like. for the behavior choose movie clip.
now right-click on the movie click and goto
actions...

cursors

make sure your actions is set to expert
mode. (      )

once that is done, copy this script and paste
it into the actions for your cursor.

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

important: for every frame
you want your cursor in, you
must copy the cursor and
paste it into the frame.

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 38
stop();
Frame 89
stop();
Frame 144
stop();
Frame 145
stop();
Frame 146
stop();
Frame 147
stop();
Frame 148
stop();
Frame 149
stop();
Frame 150
stop();
Frame 152
stop();
Frame 153
stop();
Frame 154
stop();
Frame 155
stop();
Frame 156
stop();
Frame 157
stop();
Frame 158
stop();
Frame 159
stop();
Instance of Symbol 168 MovieClip in Frame 159
on (press) { startDrag ("hair"); } on (release) { stopDrag(); }
Instance of Symbol 171 MovieClip in Frame 159
on (press) { startDrag ("horns"); } on (release) { stopDrag(); }
Instance of Symbol 174 MovieClip in Frame 159
on (press) { startDrag ("mask"); } on (release) { stopDrag(); }
Instance of Symbol 177 MovieClip in Frame 159
on (press) { startDrag ("bean"); } on (release) { stopDrag(); }
Instance of Symbol 180 MovieClip in Frame 159
on (press) { startDrag ("coat"); } on (release) { stopDrag(); }
Instance of Symbol 183 MovieClip in Frame 159
on (press) { startDrag ("tie"); } on (release) { stopDrag(); }
Frame 160
stop();
Frame 161
stop();
Frame 162
stop();
Frame 163
stop();
Frame 164
stop();
Frame 165
stop();
Frame 166
stop();
Frame 167
stop();
Frame 168
stop();
Frame 169
stop();
Symbol 8 Button
on (press) { _quality = "low"; }
Symbol 11 Button
on (press) { _quality = "medium"; }
Symbol 12 Button
on (press) { _quality = "high"; }
Symbol 23 Button
on (release) { _root.play(); }
Symbol 24 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 24 MovieClip Frame 2
gotoAndPlay (1);
Symbol 32 Button
on (release) { gotoAndPlay (160); }
Symbol 34 Button
on (release) { gotoAndPlay (156); }
Symbol 36 Button
on (release) { gotoAndPlay (152); }
Symbol 38 Button
on (release) { gotoAndPlay (164); }
Symbol 40 Button
on (release) { gotoAndPlay (168); }
Symbol 42 Button
on (release) { _root.play(); }
Symbol 65 Button
on (release) { _root.play(); }
Symbol 77 Button
on (release) { gotoAndPlay (150); }
Symbol 79 Button
on (release) { _root.play(); }
Symbol 81 Button
on (release) { gotoAndPlay (148); }
Symbol 82 Button
on (release) { gotoAndPlay (2); }
Symbol 86 Button
on (release) { gotoAndPlay (145); }
Symbol 92 Button
on (release) { _root.play(); }
Symbol 94 Button
on (release) { gotoAndPlay (145); }
Symbol 125 Button
on (release) { gotoAndPlay (153); }
Symbol 127 MovieClip Frame 1
Symbol 139 Button
on (release) { gotoAndPlay (154); }
Symbol 143 Button
on (release) { gotoAndPlay (155); }
Symbol 148 Button
on (release) { gotoAndPlay (2); }
Symbol 153 Button
on (release) { gotoAndPlay (157); }
Symbol 157 Button
on (release) { gotoAndPlay (158); }
Symbol 185 Button
on (release) { gotoAndPlay (161); }
Symbol 193 Button
on (release) { gotoAndPlay (162); }
Symbol 195 Button
on (release) { gotoAndPlay (163); }
Symbol 204 Button
on (release) { gotoAndPlay (165); }
Symbol 210 Button
on (release) { gotoAndPlay (166); }
Symbol 212 Button
on (release) { gotoAndPlay (167); }
Symbol 218 Button
on (release) { gotoAndPlay (169); }

Library Items

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

Instance Names

"spaceship"Frame 152Symbol 127 MovieClip
"bar"Symbol 24 MovieClip Frame 1Symbol 18 MovieClip
"hair"Symbol 168 MovieClip Frame 1Symbol 167 Button
"horns"Symbol 171 MovieClip Frame 1Symbol 170 Button
"mask"Symbol 174 MovieClip Frame 1Symbol 173 Button
"bean"Symbol 177 MovieClip Frame 1Symbol 176 Button
"coat"Symbol 180 MovieClip Frame 1Symbol 179 Button
"tie"Symbol 183 MovieClip Frame 1Symbol 182 Button

Labels

"loaded"Symbol 24 MovieClip Frame 3




http://swfchan.com/13/61542/info.shtml
Created: 15/4 -2019 12:46:09 Last modified: 15/4 -2019 12:46:09 Server time: 15/05 -2024 15:13:25