mvsystem
mvsystem

Reputation: 17

How to zoom in and zoom out on stage with actionscript3?

I need to zoom in and zoom out stage for android with ActionScript 3.

Thanks.

Upvotes: 0

Views: 256

Answers (1)

khanou
khanou

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

Related Questions