What Is Actionscript?: Introduction To Flash Actionscript 3.0
What Is Actionscript?: Introduction To Flash Actionscript 3.0
1
0
The Actions Panel
1
1
The Actions Panel
• The Actions Toolbox contains a list of
ActionScript elements grouped together in
their respective categories.
The Actions Panel
• The Script Pane is where the actual code
can be typed in. You can also drag or
double-click on an element from the
Actions Toolbox in order to insert it into
the Script Pane.
The Actions Panel
• Before adding or typing in the ActionScript
code in the Actions Panel, you must first
select the keyframe where you would like
the ActionScript code to be located.
• ActionScript code can be placed in many
different keyframes throughout your Flash
movie.
The Actions Panel
• Below the Actions Toolbox is the Script Navigator.
The Script Navigator can be used to navigate
through the different items in a Flash Document that
contain ActionScript code. This is quite useful as it
allows the author to move quickly through all the
different items in a centralized location, as opposed
to looking for each ActionScript keyframe on the
Timeline and selecting it and then going back to the
Actions Panel. The author can simply select an item
in the Script Navigator, and the code within that item
appears in the Script Pane.