Quick question on clicking and moving objects
So basically I have a few different objects moving around the screen. You can grab these items a flick them around. problem is if i grab one item and the move that over another, it picks up that item too. I was wondering if there is a solution to this problem, because i really need it only grabbing one item at a time.
Comments
inside means the touch just has to move inside the actors boundaries for the rules to trigger where pressed means you actually have to press down on that actor before the rules will trigger
Edit - It was because of the inside code - I removed that and i works fine now - Thanks again.