AS Name |
Type |
Description |
Defined by |
|
|---|---|---|---|---|
| animated | Boolean | Controls whether the animation inside the target movie clip will be preserved during the effect | EffectBase | |
| container | Sprite | The Sprite object that will contain the text effect properties | EffectBase | |
| delayBetweenFireflies | Number | The time delay introduced between the fireflies’ appearance | FireFlyEffect | |
| easingType | String | Indicates which easing type the effect will follow | EffectBase | |
| fade | Number | The opacity level applied on the movie clip as the effect enters/exits the stage | FireFlyEffect | |
| firefliesColor | Number | The fireflies’ color | FireFlyEffect | |
| fireflyGlowColor | Number | The color of the glowing the fireflies produce | FireFlyEffect | |
| fireflyGlowX | Number | The glow amount applied on the firefly along the horizontal axis | FireFlyEffect | |
| fireflyGlowY | Number | The glow amount applied on the firefly along the vertical axis | FireFlyEffect | |
| maximumAlpha | Number | The maximum transparency value applied on the fireflies during the effect | FireFlyEffect | |
| maximumFireflyRadius | Number | The maximum radius of the fireflies | FireFlyEffect | |
| maximumMotionRadius | Number | The maximum value of the circle radius along which each firefly will move | FireFlyEffect | |
| maxNumberOfRotations | Number | The maximum number of times a firefly can rotate during the effect | FireFlyEffect | |
| minimumAlpha | Number | The minimum transparency value applied on the fireflies during the effect | FireFlyEffect | |
| minimumFireflyRadius | Number | The minimum radius of the fireflies | FireFlyEffect | |
| minimumMotionRadius | Number | The minimum value of the circle radius along which each firefly will move | FireFlyEffect | |
| numberOfFireflies | Number | The number of fireflies creating the effect | FireFlyEffect | |
| 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 |