AS Name |
Type |
Description |
Defined by |
|
|---|---|---|---|---|
| afterInDelay | Number | A delay time inserted between the In and Wait effect elements | MovieFXMain | |
| afterWaitDelay | Number | A delay time inserted between the Wait and Out effect elements | MovieFXMain | |
| automask | Boolean | Controls whether the effect will be truncated to be visible inside the boundaries of the movie clip container | MovieFXMain | |
| container | Sprite | A reference to the Creative MovieFX container | MovieFXMain | |
| delayTime | Number | The time the enabled effect element will wait before starting; it is measured in frames | MovieFXMain | |
| doNothing | Boolean | If enabled, the property inhibits the effect to start until explicitly specified using start() | MovieFXMain | |
| moveDuration | Number | The duration of the motion applied on the component | MovieFXMain | |
| moveEasing | String | The easing function applied on the component motion | MovieFXMain | |
| moveFromX | Number | The initial coordinate on the horizontal axis | MovieFXMain | |
| moveFromY | Number | The initial coordinate on the vertical axis | MovieFXMain | |
| properties | String | A String containing all the general properties of the component | MovieFXMain | |
| startHidden | Boolean | Controls whether the target movie clip will be visible before the effect starts | MovieFXMain | |
| useDelay | Boolean | If enabled, this property adds the delay time before the enabled effect elements | MovieFXMain | |
| useIn | Boolean | If enabled, this property adds the In effect element to the effect | MovieFXMain | |
| useInAsOut | Boolean | If enabled, it applies the configuration of the In effect to the Out effect | MovieFXMain | |
| useMove | Boolean | If enabled, a motion will be applied on the component | MovieFXMain | |
| useOut | Boolean | If enabled, this property adds the Out effect element to the effect | MovieFXMain | |
| useWait | Boolean | If enabled, this property adds the Wait effect element to the effect | MovieFXMain |