Share Posted April 26, 2012 i'm having trouble with the motionBlur in relation to objects that are scaling... it's just not happening. works with all x/y movements, but nothing when scaling... seems like i've used it for scaling in the past... i'm using the most recent version of TweenLite, flash cs5.5, publishing to fp9, and here's my simple tween... TweenLite.to( mc, time, { delay:delay, motionBlur:{strength:1, quality:2}, scaleX:1, scaleY:1 } ); (mc's original scale is 0) any suggestions as to what i'm doing wrong? thanks Link to comment Share on other sites More sharing options...
Share Posted April 26, 2012 That's expected behavior - motionBlur is only for directional tweens (x/y). If you're not moving the x/y position, you won't see any blur. 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