Hello,
Trying for top down view sniper game.
I have my scope center of layout with drag n drop behavior.
I have also a large map and i want when dragging the scope the layout scroll to the opposite side of dragging.
Right now if i drag my scope left , the layout scroll right.
Scope is Dragging->scroll to position Scope.x / Scope.Y
I want when i drag my scope left , the layout scroll left.
Also is there any way to reduce the speed of scroll?
I try to center my scope to the layout and instead of drag the scope i pin all the object to a sprite and drag the sprite, it works good but there is another problem, because all the targets are pin to this sprite the move to behavior of the targets are not work because are pined.