Object / group scaling?

Hi, is it possible to scale groups?

My app sees the camera follow my character up and across the air, when in the air the camera moves up and away from the ground, something i’d like to remain in view, so i need it to zoom out.

I’m new to .lua but *think* i can do this using object scaling, but is it possible to scale all objects within a group?

If anyone has links to discussions on scaling it would be appreciated.

Thank you [import]uid: 113162 topic_id: 22423 reply_id: 322423[/import]

It is indeed possible to scale groups, in the same way you’d scale an individual object.

group.xScale, group.yScale = 0.5, 0.5

Or do it in a transition for a zoom out look :slight_smile: [import]uid: 52491 topic_id: 22423 reply_id: 89554[/import]

Thank you, wrapped everything up in a new group, I have the scaling adjust accordingly to the position of my character, needs a few details ironing out but working great - thank you [import]uid: 113162 topic_id: 22423 reply_id: 89608[/import]

Happy to hear that, best of luck with your project!

Peach :slight_smile: [import]uid: 52491 topic_id: 22423 reply_id: 89781[/import]