I have a touch event on the runtime object that controls gameplay, but now I want to add a pause button. The button works with a simple tap event, but this also runs the touch event on the runtime object.
Is there a way to stop the runtime event from detecting touches when the intent is to press a button?