Jump to content
Search Community

Recommended Posts

friendlygiraffe
Posted

Hi, I'm trying to apply a motion blur to a 3d Tween (using z axis) but it removed the MovieClip from the stage

 

This works fine:

TweenMax.from(sq1, 3, { x:400 ,y:300, motionBlur:true} );

This, however does not:

TweenMax.from(sq1, 3, { z: "300", x:400 ,y:300, motionBlur:true} );

 

Any suggestions? thanks

Posted

Right, motionBlur is not compatible with 3D objects - it is a 2D effect.

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...