Jump to content
Search Community

TransformMatrix plugin and Bezier plugin

frank6 test
Moderator Tag

Recommended Posts

in my tests no.

 

and from the documentation:

 

 

transformMatrix tween will affect all of the DisplayObject's transform properties, so do not use it in conjunction with regular x/y/scaleX/scaleY/rotation tweens concurrently.

 

 

bezier wants to alter x/y values that I assume are being overwritten by transform matrix.

Link to comment
Share on other sites

I was wondering if it is possible to use the Bezier plugin and the TransformMatrix plugin in the same tween?

Why would you want to?

 

You can't really use them both to affect the x/y/rotation values (they'd conflict with each other of course because they're both trying to take charge of those properties). You could use bezier to tween some values and then use an onUpdate to apply them to the transform.matrix I suppose, but again I'm not quite sure what the benefit would be.

Link to comment
Share on other sites

Well my second question was Can you we use the Bezier plugin to affect the scale of a DisplayObject? Because I'm trying to create a "ZoomOut ZoomIn" effect so I would have use the BezierThrough plugin to scale to 1 and than scale to the desired scale.

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