airFlasher Posted March 7, 2013 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.
GreenSock Posted March 7, 2013 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()
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