EasyManua.ls Logo

MACROMEDIA FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH - Chapter 14: Creating Interaction with Actionscript

MACROMEDIA FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH
830 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
561
14
CHAPTER 14
Creating Interaction with
ActionScript
In simple animations, Macromedia Flash Player plays the scenes and frames of a SWF file
sequentially. In an interactive SWF file, your audience uses the keyboard and mouse to jump
to different parts of a SWF file, move objects, enter information in forms, and perform many
other interactive operations.
You use ActionScript to create scripts that tell Flash Player what action to perform when an
event occurs. Some events that can trigger a script occur when the playhead reaches a frame,
when a movie clip loads or unloads, or when the user clicks a button or presses a key.
A script can consist of a single command, such as instructing a SWF file to stop playing, or a
series of commands and statements, such as first evaluating a condition and then performing
an action. Many ActionScript commands are simple and let you create basic controls for a
SWF file. Other actions require some familiarity with programming languages and are
intended for advanced development.
For more information on creating interaction with ActionScript, see the following topics:
About events and interaction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .562
Controlling SWF file playback. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .562
Creating interactivity and visual effects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .566
Creating runtime data bindings using ActionScript . . . . . . . . . . . . . . . . . . . . . . . . . .579
Deconstructing a sample script. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .588

Table of Contents

Related product manuals