Hello,
I’m making a game that when you touch the screen, the main player perform a jump.
I’ve also some buttons on the upper part of the screen. I use those buttons to store the items that the player ca use.
The problem is that when I touch those buttons to activate the items, the player performs a jump too.
How can I isolate the button press ? so the player when I click those buttons doesn’t perform a jump …