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

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

Flash Tutorial - Tools.swf

This is the info page for
Flash #73886

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


Text
L O A D I N G

10kb of 1000kb

Play

Contents

Selection

Freehand

Pen tool

Text tool

Line

Brush tool

Sub- Selection

Free transform

Fill transform

Oval

Feedback

Play All

Rectangle

This tool is used to select certain
objects. You do so, by clicking and
dragging the mouse.

Selection Tool

Menu

When an object is selected, it highlights;
see below

The sub-selection tool is used to edit
vectors in an object.

Sub-Selection Tool

Just select the shape you wish to change

Then click and drag down the points.

Experiment a bit for some interesting shapes

The line tool is just about self-explanitory,
but there a few neat things you may not know.

Line Tool

I assume you all know how to draw lines

You can use the properties bar at the bottom
to change the thickness type etc.

You can click and drag certain parts of the
line to change their shap and connection

If this magnet (below) Is selected, the lines
will snap to each other, making it alot
neater

With

Without

The freehand selection tool is a more
detailed add on to the selection
tool.

Freehand Selection

Now the freehand tool is used just
like the normal selection tool,
except you use it like a pencil,
doing detailed sketches of what you
are tracing

The pen tool is a combination between
the line and subselection tool.

Pen Tool

It uses vectors to create new lines,
not very useful for precise drawing,
but still alot of fun!

Text tool can be used for alot more
than just writing!

Text Tool

First I will show you static text,
which is just normal writing.

W
i
t
h

M
a
n
y

Different

Ef
fe
ct
s

Just experiment with the properties
window.

Next we will try Dynamic Text.
Dynamic text is used with the help of
actionscript, to display variables in
games, Like shots, days, etc

Here is a very basic example of
dynamic text and actionscript

0

In the textbox properties, set the
VAR (pictured below) to "day"

0

Open your actionscript
box by pressing F9

And then put this Actionscript into
your button;

on(release){
_root.day=number(_root.day)+1;
}

Type here Fool!

This can also be used with the Input
box;
Set your VAR to "text" on both your
input and dynamic text box

I have tried to leave no assumed
knowledge, but I really expect you to
be able to use this tool without
grief.

Oval Tool

There is only one little trick about
using this tool, If you hold down
while selected you can pick a
Polystar;
If you double click, you can choose
how many corners you have

Rectangle Tool

The only thing in this section that
needs explaining is the different
type of lines;
Straighten- The lines become more
rigid
Smooth- The lines smooth out (shock!)
Ink- The line appears exactly as you
drew it

Pencil Tool

The brush tool isn't quite as self
explainatry as some of the other
tools, because there are alot more
options you need to know about

Brush Tool

The first options you should notice,
are in your options menu.
These ones are pretty self explanitory

The next option shows you what sizes
you can choose.

You can also change the size of your
brush

The free transform tool is probably the
second most useful tool in flash.

Free-Transform

The free transform tool is used to
rotate shapes, change their size etc.

The white circle determines the point
of location, so say, if you were
drawing a leg, It would bend at the
knee

The fill transform allows you to adjust
any non-solid fills, like bitmaps,
linear and radial.
It is one of the most useful tools, but
I must admit, even I didn't know what
it did for a very long time, and it was
sheer dumb luck that I find out.
You get a head-start

Fill Transform Tool

Please send all comments, complaints,
praise or questions in the form of a
brick, into the closest orphanage, then
send an email to James.Colley@gmail.com

Feedback

ActionScript [AS1/AS2]

Instance of Symbol 19 MovieClip in Frame 1
onClipEvent (load) { if (_parent.getBytesTotal() == _parent.getBytesLoaded()) { quickPlay = true; } else { preLoad = _parent.getBytesTotal() * 0.75; } _parent.stop(); } onClipEvent (enterFrame) { gotoAndStop(loadedIndicatorFrame()); if (quickPlay == true) { if (_currentframe == _totalframes) { _parent.play(); } } else if (_parent.getBytesLoaded() >= preLoad) { _parent.play(); } }
Frame 2
stop();
Frame 31
stop();
Instance of Symbol 71 MovieClip in Frame 31
on (press) { gotoAndStop ("rectangle"); }
Frame 32
stop();
Frame 33
play();
Frame 52
stop();
Frame 53
stop();
Frame 54
play();
Frame 81
stop();
Frame 82
play();
Frame 94
stop();
Frame 95
stop();
Frame 96
play();
Frame 120
stop();
Frame 121
stop();
Frame 122
stop();
Frame 123
stop();
Frame 124
play();
Frame 152
stop();
Frame 153
play();
Frame 181
stop();
Frame 182
play();
Frame 213
stop();
Frame 214
stop();
Frame 215
stop();
Frame 216
stop();
Frame 217
stop();
Frame 218
stop();
Frame 219
stop();
Frame 220
stop();
Frame 221
stop();
Frame 222
stop();
Frame 223
stop();
Frame 224
play();
Frame 271
stop();
Frame 272
stop();
Frame 273
stop();
Frame 274
stop();
Frame 275
play();
Frame 306
stop();
Frame 307
stop();
Frame 308
stop();
Frame 309
stop();
Frame 310
stop();
Symbol 19 MovieClip Frame 1
function loadedIndicatorFrame() { var _local2 = int((_parent.getBytesLoaded() / _parent.getBytesTotal()) * 65) + 2; if ((_local2 - lastFrame) > 4) { lastFrame = lastFrame + 4; loadedText = ((int(((_parent.getBytesTotal() / 1024) * (lastFrame - 2)) / 65) + "kb of ") + int(_parent.getBytesTotal() / 1024)) + "kb"; } else if ((_local2 - lastFrame) > 0) { lastFrame++; loadedText = ((int(_parent.getBytesLoaded() / 1024) + "kb of ") + int(_parent.getBytesTotal() / 1024)) + "kb"; } else { loadedText = ((int(_parent.getBytesLoaded() / 1024) + "kb of ") + int(_parent.getBytesTotal() / 1024)) + "kb"; } return(lastFrame); } lastFrame = 1;
Symbol 22 Button
on (release) { play(); }
Symbol 42 MovieClip Frame 19
stop();
Symbol 47 Button
on (press) { gotoAndStop ("selection"); }
Symbol 49 Button
on (press) { gotoAndStop ("freehand"); }
Symbol 51 Button
on (press) { gotoAndStop ("pen"); }
Symbol 53 Button
on (press) { gotoAndStop ("text"); }
Symbol 55 Button
on (press) { gotoAndStop ("line"); }
Symbol 57 Button
on (press) { gotoAndStop ("brush"); }
Symbol 59 Button
on (press) { gotoAndStop ("sub"); }
Symbol 61 Button
on (press) { gotoAndStop ("free"); }
Symbol 63 Button
on (press) { gotoAndStop ("fill"); }
Symbol 65 Button
on (press) { gotoAndStop ("oval"); }
Symbol 67 Button
on (press) { gotoAndStop ("feedback"); }
Symbol 69 Button
on (press) { play(); }
Symbol 78 Button
on (release) { prevFrame(); }
Symbol 81 Button
on (release) { nextFrame(); }
Symbol 90 Button
on (press) { gotoAndStop ("contents"); }
Symbol 177 Button
on (release) { _root.day = Number(_root.day) + 1; }

Library Items

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

Labels

"contents"Frame 31
"selection"Frame 32
"sub"Frame 54
"line"Frame 96
"freehand"Frame 124
"pen"Frame 153
"text"Frame 182
"oval"Frame 221
"rectangle"Frame 222
"brush"Frame 224
"free"Frame 275
"fill"Frame 309
"feedback"Frame 310

Dynamic Text Variables

loadedTextSymbol 4 EditableText"10kb of 1000kb"
daySymbol 179 EditableText"0"
daySymbol 181 EditableText"0"
textSymbol 187 EditableText""
textSymbol 188 EditableText"Type here Fool!"




http://swfchan.com/15/73886/info.shtml
Created: 7/4 -2019 22:16:00 Last modified: 7/4 -2019 22:16:00 Server time: 19/04 -2024 21:17:50