MovieFXMain class - Public methods

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