Effects Flex



    
        
            private function applyEffect(event:Event):void {
                moveEffect.targets = [textInput1, textInput2, textInput3, textInput4];
                moveEffect.play(  );
            }