Just another suggestion. Presumably you have a variable to indicate a game is in progress or not; just check for that variable. Otherwise you might find if you add another button, that will also get in the way, and you'll have to add another condition for that, etc. PS is there a reason why do you do 'is touching' with 'trigger once' instead of just 'on touched'?