Share Posted October 17, 2011 Hi, I have just try to use the blur plugin but for some reason insted of making my mc blur it's make him unvisible. import com.greensock.plugins.*; TweenPlugin.activate([MotionBlurPlugin]); timeline.append( TweenMax.fromTo(mc, 0.4, {y:962.6}, {y:-164.4,repeat:7, ease:Linear.easeNone,motionBlur:{strength:1.5, fastMode:true, padding:15}})); What am I doing wrong? Thanks Dingo Link to comment Share on other sites More sharing options...
Author Share Posted October 17, 2011 It's work well if I dont use mask. if my mc is under(inside) a mask layer the blur dosent work. if he with out a mask over him the blur works. Link to comment Share on other sites More sharing options...
Share Posted October 17, 2011 there are issues with combining Flash Layer Masks with objects that are manipulated via ActionScript. It's not really a TweenLite issue. You should be able to set a mask via ActionScript and have everything work fine. theObjectThatIsBlurred.mask = someMoveClip great article: http://www.republicofcode.com/tutorials ... s3masking/ Link to comment Share on other sites More sharing options...
Author Share Posted October 17, 2011 thanks, I have solve it by adding the mask in the parent mc. but I will try adding mask with as3 also. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now