How to create interactive pan and zoom?
I need to have a large image and allow the user to interactively click and drag to pan around the image.
There will need to be buttons etc. That are pinned to the image that move around with it. I want this to be mouse movement panning, and not clicking overlaid buttons to pan.
I’m guessing I will need to resort to JavaScript to detect OnMouse down, the drag around adjusting the image x,y position to add the mouse movement difference.
Is this feasible or is there a simple way to achieve this with in-built actions/interactive objects?
