all groups > flash actionscript > august 2004 >
You're in the

flash actionscript

group:

Monitoring "Right Click" Zoom Level


Re: Monitoring "Right Click" Zoom Level David Stiller
8/25/2004 7:04:08 PM
flash actionscript:
You can't tell how they're zooming based on that, but you *can* provide
your own zooming based on the _xscale and _yscale properties of any given
movie clip. In other words, create your own "Zoom" buttons in Flash and
have ActionScript adjust the _xscale and _yscale properties as appropriate.
To ensure the user uses *your* version of the zoom, set the HTML to hide the
right click of your SWF.


David
stiller (at) quip (dot) net


[quoted text, click to view]

Monitoring "Right Click" Zoom Level Johann13
8/25/2004 9:01:12 PM
I'm currently working on a Flash project that "demos" a custom .NET user
interface. Part of the appeal of this user interface is the ability to zoom in
and out. The issue that I am running into is when a user right clicks to zoom
into flash, I need to be able to monitor what the zoom level is. This way I
can adjust my "tooltip movieclip objects".

Is this something that can be done?

AddThis Social Bookmark Button