MACROMEDIA FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH Manual page 484

Learning actionscript 2.0 in flash
Table of Contents

Advertisement

This code calls the TransitionManager class and then applies the Zoom transition with the
specified
mx.transitions.easing.Bounce.easeOut
transition applies to the selected slide. To apply this effect to a movie clip, you can modify
the ActionScript to use in your Flash animations. Modifying the code to work with a
movie clip symbol is easy: change the first parameter from
desired movie clip's instance name.
Flash comes with ten transitions, which you can customize by using the easing methods and
several optional parameters. Remember, easing refers to gradual acceleration or deceleration
during an animation, which helps your animations appear more realistic. For example, a ball
might gradually increase its speed near the beginning of an animation, but slow down before
it arrives at a full stop at the end of the animation. There are many equations for this
acceleration and deceleration, which change the easing animation accordingly.
The following table describes the transitions included in Flash Basic 8 (using code) and Flash
Professional 8 (using code or behaviors):
Transition
Iris
Wipe
Pixel Dissolve
Blinds
Fade
Fly
Zoom
Squeeze
Rotate
Photo
484
Animation, Filters, and Drawings
Description
Reveals the screen or movie clip by using an animated mask of a shape
that zooms in.
Reveals the screen or movie clip by using an animated mask of a shape
that moves horizontally.
Masks the screen or movie clip by using disappearing or appearing
rectangles.
Reveals the next screen or movie clip by using disappearing or
appearing rectangles.
Fades the screen or movie clip in or out.
Slides in the screen or movie clip from a particular direction.
Zooms the screen or movie clip in or out.
Scales the current screen or movie clip horizontally or vertically.
Rotates the current screen or movie clip.
Has the screen or movie clip appear like a photographic flash.
easing method. In this case, the
eventObj.target
to the

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents