Hi, This is my first post but I have the feeling that this is an awsome comunity so here we go:
I'm trying to make a map, It should be scrollable by sweeping or in the case of the mouse by going to the edges.
It should also be zoomable, should stay in its boundaries, and should have hotspots attached to it (in my approach they should be attached because I'm moving and scaling the object/layer but if there's a better way by all means enlighten me)
My questions are if not hard, many:
-Is there an easy way to approach this? the way I've been doing it is really cumbersome.
-should I zoom in and out using the layer scale? the use of the layout zooms my UI also.
-if the map image is big, should I use a tile Map? what are the advantages?
Thanks In advance.