Package | fl.transitions |
Class | public class Squeeze |
Inheritance | Squeeze Transition EventDispatcher Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
-
dimension
: An integer that indicates whether the Squeeze effect should be horizontal (0) or vertical (1).
For example, the following code uses the Squeeze transition for the movie clip
instance img1_mc
:
import fl.transitions.*; import fl.transitions.easing.*; TransitionManager.start(img1_mc, {type:Squeeze, direction:Transition.IN, duration:2, easing:Elastic.easeOut, dimension:1});
Related API Elements
Public Properties
Public Methods
Public Constants
Mon Nov 28 2011, 06:48 AM -08:00