| Package | fl.transitions |
| Class | public class PixelDissolve |
| Inheritance | PixelDissolve Transition EventDispatcher Object |
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
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});
See also
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/transitions/PixelDissolve.html