Jump to content
GreenSock

rob.roberts

FlipH and FlipV Question using TransformManager

Moderator Tag

Recommended Posts

From what I've seen, a true FlipH and FlipV with constraining is impossible without overriding the TransformManager code--is that correct?

I'm already adding a separate function call to handle the layers--move to top, move up, move down, move to bottom--but was hoping to avoid the right-click menu for the flipping.

Has anyone done this successfully without creating a new object that inherits TransformManager?

 

Thanks.

 

Rob Roberts

Link to comment
Share on other sites

Are you saying that the flipSelectionHorizontal() and flipSelectionVertical() methods don't work?

Link to comment
Share on other sites

Are you saying that the flipSelectionHorizontal() and flipSelectionVertical() methods don't work?

No. I was talking about a drag flip, which constrained also reverses the Y values on a flipH and the X values on a flipV. Since I was trying to build a context menu for an object that is active with the flipH, flipV functionality now anyway, I'll try calling those methods (which should work on anything but text fields if I read the docs correctly.)

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