Question
Pan event
Hi!
I am using a Pan event and a Pinch to zoom event to move and zoom in and out a movieclip.
In order to restrict the zoom I am using the code:
{
if(movieClip_1.scaleX*event.scaleX > 1 && movieClip_1.scaleX*event.scaleX < 2)
}
My question is if there is any way to restrict also the pan event, so the movieclip never gets out of the limits of the screen.
Thank you all
AB
