Reputation: 17
I need to zoom in and zoom out stage for android with ActionScript 3.
Thanks.
Upvotes: 0
Views: 256
Reputation: 1454
You can use scaleX and scaleY properties on your container to simulate zoom. Increase the scale to zoom in and decrease it to zoom out.
Upvotes: 1