airFlasher Posted March 7, 2013 Share Posted March 7, 2013 Is it possible to turn on the handles and outline of an object without clicking on it? I'm adding objects to the stage dynamically, and I'd like to turn the cages on when they are added. Link to comment Share on other sites More sharing options...
GreenSock Posted March 7, 2013 Share Posted March 7, 2013 Sure, you can do pretty much anything directly through code if you want. To select an item, just use selectItem(), like: yourTransformManager.selectItem(yourItem); http://greensock.com/as/docs/transform/com/greensock/transform/TransformManager.html#selectItem() Link to comment Share on other sites More sharing options...
airFlasher Posted March 8, 2013 Author Share Posted March 8, 2013 Perfect. Thanks. 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