Zoom in and zoom out using AS3

Artemix picture Artemix · Apr 7, 2010 · Viewed 15.1k times · Source

you all know: "right click -> zoom in or out" in flash file, well, I need to do this but using, for example, clicking a button.

Is this possible using only AS3 code?

Thx!

Answer

Leandro picture Leandro · Apr 8, 2010

you must put all your graphics in a sprite, for example "scene" and then modify its scale...