Run same effect on multiple textfield?

Posted by user752106 
Run same effect on multiple textfield?
November 20, 2011 08:56PM
Hi,

It seems lame that I can't run one (the same) effect on multiple textfields without having to create a specific effect for each instance (humongous amount of code).

Is there any way to manage this?
Re: Run same effect on multiple textfield?
November 24, 2011 11:11AM
No, there isn't any way to do this except having a separate instance of flasheff for each target and this actually is quite normal for action script use.
Re: Run same effect on multiple textfield?
November 25, 2011 02:45PM
How about applying the same effect to an array of textfields? It should be possible to implement that kind of feature. Just like Tweener/TweenLite/TweenMax can animate multiple instances using this method (chaining).
Re: Run same effect on multiple textfield?
November 28, 2011 01:21PM
Why don't just create a function that applies an effect on your objects and this way you will just call the function each time you will want to create an effect on a textfield.
Sorry, you do not have permission to post/reply in this forum.