Share Posted November 3, 2010 I'm looking for a trick to hide the bounding box when an item that has been added to a TransformManager is selected. I know I can hide the center handle, and effectively diminish the other handles to nothing by setting their size to 0, but the edge of the bounding box is still visible. It would be ideal if all style (appearance) in TransformManager was handled by a separate class that I could then subclass to my liking, much like a spark skin class. Link to comment Share on other sites More sharing options...
Author Share Posted November 3, 2010 Perhaps I should pose this question another way. Is there any way to use the moveSelection(), rotateSelection(), or scaleSelection() methods without invoking a bounding box on the target? Link to comment Share on other sites More sharing options...
Share Posted November 4, 2010 Sure, you could just create your selection, use the scaleSelection(), moveSelection(), and/or rotateSelection() and then deslectAll() immediately. But I just uploaded a new version of TransformManager that has a "lineThickness" property that you can set to whatever you want (even 0). That should give you exactly what you need. Log into your GreenSock account to get it. https://www.greensock.com/account/ Enjoy! Link to comment Share on other sites More sharing options...
Author Share Posted November 4, 2010 Thank you. Great work! Link to comment Share on other sites More sharing options...
Share Posted November 15, 2010 Hello, Could it be possible to update the documentation please ? If i'm not mistaking, this new property doesn't appear. Thank you for your great work. 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