 |
 |
 |
|
Text
In Flash II
Using device fonts
Embedding fonts
Breaking apart text |
|
|
|
 |
 |
 |
|
 |
 |
 |
|
Text
fields In Flash 
Static
text fields
Dynamic text fields
The Input text field
Compare
and contrast dynamic, static and input
text fields

Referencing an input text field
in AS
Referencing a dynamic text field
in AS
|
|
|
|
 |
 |
 |
|
 |
 |
 |
|
Masking
Why use image masking
How masking works |
|
|
|
 |
 |
 |
|
 |
 |
 |
|

What
is "action script" kb
Showing
the actions panel
The action script
editor
Using actionscript
hinting
The difference between as
1.0 and as 2.0 |
|
|
|
 |
 |
 |
|
 |
 |
 |
|
What
is a constant
Types of constants
Defining a value for a constant
Using constants in actionscript |
|
|
|
 |
 |
 |
|
 |
 |
 |
|
What
are variables
What are local variables
What is a global variable
Defining a variable in as
Declaring
a the value of a variable as |
|
|
|
 |
 |
 |
|
 |
 |
 |
|

What
what is an operation
Using trace
Addition
subtraction
Multiplication
Division
Building expressions
Manipulating numerical data
using Math
equal to
less than
more than
less than or equal to
more than or equal to
not equal to
|
|
|
|
 |
 |
 |
|
 |
 |
 |
|

What
is a fstring
Entering data into a string
Reading data from a string
Checking # characters
are in a string
cCunting characters
in a string |
|
|
|
 |
 |
 |
|
 |
 |
 |
|

Why Loop
functions
The
for loop
The for
in loop
The while
loop
The do loop |
|
|
|
 |
 |
 |
|
 |
 |
 |
|

The math class

round
random
abs

sqrt
pow

log
exp

sin
cos
tan

asin
acos
atan

ceiling
floor
ma
min
|
|
|
|
 |
 |
 |
|
|
 |
 |
 |
|

Conditional
Statements
using if
using if else operators
nested ifs
complex ifs
using switch |
|
|
|
 |
 |
 |
|
 |
 |
 |
|
|
as
|
Target Objects
With ActionScript |

Actionscript
object
hierarchy
Nested movie
clips
Using "_root"
Using
"_parent"
Using ".this"
Using "with"
Referencing
nested
movie
clips
Referencing
movie
clips
in different
scenes
Referencing
examples
|
|
|
|
 |
 |
 |
|
 |
 |
 |
|
|
as
|
Actionscript
& Buttons |

actionscript in buttons
button actionscript on the main timeline

Play a movie clip
Stop and movie clip
Forward to next scene
Rewind to las scene

Rotate a movie clip
Scale a movie clip |
|
|
|
 |
 |
 |
|
 |
 |
 |
|
|
as
|
Tween & Easing
Classes |

What
is a class in actionscript?
The tween classes in
flash
The easing classes in flash
The tween class constructor
The easing class constructor |
|
|
|
 |
 |
 |
|
 |
 |
 |
|
Creating a new
sound object
Create a simple on/off button
Create a simple play, stop, pause player
Create volume adjust buttons
Creating pan adjust buttons
|
|
|
|
 |
 |
 |
|
|