TextFXMain class - Public methods

 
AS Name
Description
Defined by
Inherent TextFXMain(container_:Sprite, inEffectName_:String, middleEffectName_:String, outEffectName_:String, actionEffectName_:String, inEffectProperties_:String, middleEffectProperties_:String, outEffectProperties_:String, actionEffectProperties_:String, htmlText_:String, customBlocks_:Array, textFXProperties_:String = "") The default constructor TextFXMain
Inherent addAction(obj:Object):void Adds an event triggered action to the component; the available options are addSound, addURL, gotoFrame and callFunction TextFXMain
Inherent addFilter(obj:Object):void Adds a filter to the component; the available options are dropShadow, blur, glow, bevel and adjustColors TextFXMain
Inherent destructor():void Destroys the indicated TextFX instance TextFXMain
Inherent start():void Starts the component running cycle, from the delay time or the first enabled effect element TextFXMain