GBear Posted May 13, 2016 Share Posted May 13, 2016 hi. sometime i need to scale like it has anchor(0.5, 0.5); it has not any children, that's ok. but if not, it is not easy.. is there any idea ? thx.. Quote Link to comment Share on other sites More sharing options...
Exca Posted May 13, 2016 Share Posted May 13, 2016 You can set the pivot point to be at the center of the container. container.pivot.x = container.width/2; container.pivot.y = container.height/2; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.