(Beta)
Package | fl.transitions |
Class | public class Iris |
Inheritance | Iris ![]() ![]() ![]() |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
-
startPoint
: An integer indicating a starting position; the range is 1 to 9: Top Left:1
; Top Center:2
, Top Right:3
; Left Center:4
; Center:5
; Right Center:6
; Bottom Left:7
; Bottom Center:8
, Bottom Right:9
. -
shape
: A mask shape of eitherfl.transitions.Iris.SQUARE
(a square) orfl.transitions.Iris.CIRCLE
(a circle).
For example, the following code uses a circle-shaped animated mask transition for the movie clip
instance img1_mc
:
import fl.transitions.*; import fl.transitions.easing.*; TransitionManager.start(img1_mc, {type:Iris, direction:Transition.IN, duration:2, easing:Strong.easeOut, startPoint:5, shape:Iris.CIRCLE});
Related API Elements
Public Properties
Public Methods
Constant Detail
Wed Nov 21 2018, 06:34 AM -08:00