Filter dissapear while looping

Posted by user574346 
Filter dissapear while looping
February 02, 2011 02:29PM
I have a strange problem. I'm looping some textfield animation, this animation is completely done with actionscript. When I catch end of hide transition I just run show() transition, but then filter don't show (drop shadow). I can use addFilter(dropShadow) function every time I call show() function, but I think it's not so elegant and proper solution.

So, is it normal that filter disappears after hide transition? And eventually is it possible to set some property, or do something else to prevent this strange behavior?
Re: Filter dissapear while looping
February 03, 2011 09:19AM
That's strange indeed, and that's why we would like to take a closer look at this matter. Could you please open a ticket and send us the source file?Thank you.
[www.jumpeyecomponents.com]
Re: Filter dissapear while looping
February 03, 2011 03:07PM
Ok, I've just send sources.
Re: Filter dissapear while looping
February 03, 2011 03:29PM
Thank you. I believe you have just received an answer.
Re: Filter dissapear while looping
February 04, 2011 08:39AM
If enyone have same problem here is my solution:
Filters are removed when object is hidden, so it has to be applied every time effect should be shown again. On the other hand, we can apply a regular filter over FlashEff2 object and this filter will stay as long as we want without need to reload it.
Re: Filter dissapear while looping
February 04, 2011 08:49AM
Thank you for pointing this out.
Sorry, you do not have permission to post/reply in this forum.