PDA

View Full Version : disableing drag scroll, on inbuilt zoom tool


impsvi
10-31-2005, 07:13 PM
hi, a simple question:

in flash player when you right click there is a zoom tool when you zoom in you are able to click and drag to move around the zoomed movie how do you disable this, so you cant click and drag when zoomed.

I want to get rid of the click and drag when zoomed becuase im using dynamic drawing code and you cant draw when zoomed because it click and drags messing up the line you are drawing.

thanks, vic

coolioman
11-01-2005, 12:59 AM
well you could just take out the zoom button... if that works for you

add this code to the main timeline

Stage.showMenu = false;

impsvi
11-01-2005, 01:02 PM
thanks for the advice,
i really would like a zoom function tho, can i build one in action script that doest use masks instead of the in built one?