Package | fl.transitions |
Class | public class PixelDissolve |
Inheritance | PixelDissolve Transition EventDispatcher Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
-
xSections
: An integer that indicates the number of masking rectangle sections along the horizontal axis. The recommended range is 1 to 50. -
ySections
: An integer that indicates the number of masking rectangle sections along the vertical axis. The recommended range is 1 to 50.
For example, the following code uses the PixelDissolve transition for the movie clip
instance img1_mc
:
import fl.transitions.*; import fl.transitions.easing.*; TransitionManager.start(img1_mc, {type:PixelDissolve, direction:Transition.IN, duration:2, easing:Regular.easeIn, xSections:10, ySections:10});
Related API Elements
Public Properties
Public Methods
Public Constants
Mon Nov 28 2011, 06:48 AM -08:00