AS Name |
Type |
Description |
Defined by |
|
|---|---|---|---|---|
| animated | Boolean | Controls whether the animation inside the target movie clip will be preserved during the effect | EffectBase | |
| blurQuality | Number | Controls the quality of the blur | BurnEffect | |
| container | Sprite | The Sprite object that will contain the text effect properties | EffectBase | |
| easingType | String | Indicates which easing type the effect will follow | EffectBase | |
| glowColor | Number | The color of the glow | BurnEffect | |
| glowInner | Boolean | Controls whether the glow will be applied on the inner area of the movie clip | BurnEffect | |
| glowKnockout | Boolean | Controls whether the movie clip will appear transparent inside the glow aura | BurnEffect | |
| glowQuality | Number | Controls the quality of the glow | BurnEffect | |
| glowStrength | Number | The strength of the glow | BurnEffect | |
| maxBlurX | Number | The maximum number of pixels the blur will spread along the horizontal axis as it is animated | BurnEffect | |
| maxBlurY | Number | The maximum number of pixels the blur will spread along the vertical axis as it is animated | BurnEffect | |
| maxGlowX | Number | The maximum number of pixels the glow will spread along the horizontal axis as it is animated | BurnEffect | |
| maxGlowY | Number | The maximum number of pixels the glow will spread along the horizontal axis as it is animated | BurnEffect | |
| progress | Number | A numerical value between 0 and 1 which indicates at which point the effect running process is on its timeline | EffectBase | |
| properties | String | A String containing all the effect properties | EffectBase | |
| reversed | Boolean | This Boolean parameter, transforms the in effect in an Out effect, by reversing the progress sense | EffectBase | |
| target | Sprite | The instance name of the target movie clip | EffectBase | |
| uniqueSeed | Number | This positive number ensures the uniqueness of the effect and allows re-usability for a random-looking effect | BurnEffect |