I have a movieclip in which i have applied a FlashEff2 component for creating an effect on a text field.
But that FlashEff2 component discards all the Flash IDE Filters (GlowFilter). So what i am thinking now is to add a GlowFilter when FlashEff2 component ends its animation stuff.
But the problem is FlashEff2 breaks apart all the text into single letter which results in lots of instances.
So, how can i put this Glow Filter to all the instances inside the movieclip txt_mc
on stage?
Thanks!