Shared Flashcard Set

Details

FLASH
Chapter 6 - Creating Interactive navigation
15
Communication
Post-Graduate
05/05/2010

Additional Communication Flashcards

 


 

Cards

Term
ActionScript code resides in
Definition
keyframes on the timeline
Term
Keyframes that contain ActionScript are indicated by?
Definition
a small lowercase "a"
Term
Where do you add actionscript?
Definition
Action panel
Term
What is the path to find the action panel?
Definition
Window>action or select a keyframe and click the Action icon in the Property inspector
Term
What is the area called that you enter code into? note: there is two ways
Definition
Script Pane that is inside the action panel or select commands from the categories in the Actions toolbox
Term
How do you name an instance?
Why do you need a name?
Definition
1. select it on the stage
2. type in the Instance Name field in the PropInp
You need a name so you can reference this in the actionscript
Term
How can you label frames?
Definition
1. select a keyframe
2. type a name into the Frame label box in the PropI

3.
Term
when is it useful to label frames?
Definition
it makes it easier to reference frames in the actionscript and to give you more flexibility.
Term
An example of labling frames:
Definition
If you want to change the destination of a command, you can move the label rather than having to locate every reference to the frame number in the script.
Term
What is a function?
Definition
is a group of statements that you can refer to by name.
Term
Using a function makes it possible to?
Definition
run the same set of statements without having to type them repeatedly into the same script.
Term
When an event is detected
Definition
a function is executed in response
Term
What is an event?
Definition
is an occurence that is initiated by a button click,key press or any number of inputs that flash can detect and respond to.
Term
What is an event listner? What is it also called?
Definition
is a funtion that is executed in response to specific events, also called an event handler.
Term
How do you create an animated button?
Definition
1. make an animation inside a movie clip
2. then place that movie clip inside the up,down or over keyframes of a button symbol

When one of those button keyframes are displayed, the animation in the movie clip plays.
Supporting users have an ad free experience!