Touch button on an object

Hi… I was just creating some buttons for my android game and i don’t know if it is a bug or just removed feature, but i can’t find the The cursor/touch is on an object
can somebody help me find a way to make a button sprite that works even when there is another touch? (player is moving where the touch is, but there should be button to fire a bullet…)
Thanks

Okay my bad i found it… but i need it to work only with new touch so if player swipes over the button it will not activate

1 Like

You need to use the multitouch actions. You’ll find a multitouch example project if you need guidance.