[Resolved] Changing Display Width and Height

Hi Everyone,

I currently have a object moving and am trying to change the width and height of the display as this object moves. This concept is similar to how tiny wings display changes as the bird gets higher. I have been using group.xScale to try and do it but haven’t had much luck. does anyone have any ideas?

Thanks,
Chris [import]uid: 126017 topic_id: 23838 reply_id: 323838[/import]

Hey everyone figured the problem out above. I used group.xScale, and group.yScale where group is the display group. I had to set the group reference point to the bottom left which allowed for a similar tiny wings scale. [import]uid: 126017 topic_id: 23838 reply_id: 95972[/import]