Say I have a on any touch event that will trigger a bunch of actions.
But there is ONE button on the screen, how do I make it so that when I press that button, the "any touch event" doesn't trigger.
In other programming language, there is the event.StopImmediatePropagation(), how to do that in Construct 2 ?