Skip to main content
Inspiring
April 25, 2008
Question

Tweening a Filter

  • April 25, 2008
  • 1 reply
  • 359 views
I have a movieclip that i want to gradually blur using the blur filter. From what I understood was that i simply added the filter in AS3, then tweened the blurx and blury properties of the filter. I have had no luck in doing this. If Look online for help, all I get are pages for custom tween classes. I would really like to know how to do this in AS3. Here is basically what I have. A movieclip on the stage called bgNorm_mc.
Thanks ahead of time for any help or insight to the problem.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 25, 2008
you must reassign the filters property on each change of your blurX and blurY. ie, use the motion_change property of the tweenevent class.