Hi all,
I have items falling on screen, and when you tap on them you get -1 from your 'hit count'
if you miss them and tap the background you also get -1 from your 'hit count'
I have Touch Event setup for On Touch - ObjectA, and another for On Touch - Object B(background)
When I tap on the background object there is no issue, but when I tap on the falling object, it registers the tap on both the object.
These are on different layers if that makes a difference.
I was trying to find a way to basically to do;
Touch - If object = ObjectA then this, else this. But cant seem to find these conditions?
Is there a smarter way I should be setting this up?