Hi,
In my game there are moving objects that player has to move into some zones and currentyl it works fine with gameUI’s drag code. But I noticed some people swipe starting before the object and across over it and want it to move according to their swipe direction.
So is it possible to do?
So I want to be able to detect if a swipe collided with any number of objects and move them with the direction of the swipe.
Thanks.