Jump to content
Search Community

MotionBlur Problems

mattmoon test
Moderator Tag

Recommended Posts

I am having a problem with motion blur. I have a sprite that i am tweening with TweenLite and using the MotionBlurPlugin on and for some reason when i run this code:

 

NOTE:
text is a sprite with two textfields in it:

timeline.insert(TweenLite.to(text,1,{alpha:1,x:350,motionBlur:true,dropShadowFilter:{color:0x000000, alpha:1, blurX:5, blurY:5, distance:5},ease:Strong.easeOut}),3.5);

 

The animation happens but then the sprite disappears after the tween is done.

 

Can anyone shed some light on this?

Link to comment
Share on other sites

It depends on when you joined the club - there have been several updates made to the plugin since it was originally built, so I'd definitely recommend logging into your account at https://www.greensock.com/account/ and downloading the latest and greatest to see if it resolves your issue. If not, please post an example that demonstrates the issue (don't post the GreenSock code - just an FLA that shows the problem).

 

And you're not using any masks on the object, are you? There's a bug in Flash (not the GreenSock code) that doesn't properly apply masks from the IDE - to fix it you just apply the mask via ActionScript instead.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...