User Guide
1250 TransitionManager class
Flash includes the following transitions:
Blinds transition
ActionScript Class Name mx.transitions.Blinds
Parameters
numStrips The number of masking strips in the Blinds effect. The recommended range is
1 to 50.
dimension An integer that indicates that the Blinds strips are to be vertical (0) or
horizontal (1).
Description
A transition effect: Reveals the movie clip object by using appearing or disappearing
rectangles.
This class is used by specifying
mx.transitions.Blinds as a transObject.type parameter
for the TransitionManager class.
Transition Description
Blinds transition Reveals the movie clip object by using appearing or disappearing
rectangles.
Fade transition Fades the movie clip object in or out.
Fly transition Slides the movie clip object in from a specified direction.
Iris transition Reveals or hides the movie clip object by using an animated mask of a
square shape or a circle shape that zooms in or out.
Photo transition Causes the movie clip object to appear or disappear like a
photographic flash.
PixelDissolve
transition
Reveals or hides the movie clip object by using randomly appearing or
disappearing rectangles in a checkerboard pattern.
Rotate transition Rotates the movie clip object.
Squeeze transition Scales the movie clip object horizontally or vertically.
Wipe transition Reveals or hides the movie clip object by using an animated mask of a
shape that moves horizontally.
Zoom transition Zooms the movie clip object in or out by scaling it in proportion.
NOTE
Transitions are available only in ActionScript 2.0.