MovieFXMain class - Public properties

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