In my game, I have it so whenever you touch and area in the level your character will walk to that x,y location.
You juggled multiple characters at once and would like to have it so you can tap on one of them to select it and then tap somewhere else to issue a command to it. Unfortunately when I tap on a character to select it, the previously highlighted character will walk to that point.
I would like to have the characters walk to an x,y location when pressing anywhere except tapping other characters.
I've tried to invert the function (Touching Object, Character Sprite) but that hasn't yielded any positive results.
Is there something I'm overlooking... Can I have it so the touch command ignore objects beneath other objects?
Any help would be appreciated.