Why not using 'on touched object'? It only check if a sprite already touched by user
Sorry for not being clear, I was already using the "On touched object". What was happening is on that, it still touches what replaces the button on the layout. I think the gestures will be what I need, going to try that. Thanks for answering!
It seams that your problem is not actually the touch condition. but two objects in the same place at the moment you are touching it. Make sure that any button is underneath your play button or just put in the event that, on touched Play button and if you are not touching anything else....
Also I would recommend the tap gesture. Sometimes It's better when you want things to trigger only once.
Thanks for the tip. Going to give the tap gesture a spin. Thanks for the info!
I will let you guys know how it goes, and if I have any more problems with it, I will put up a capx to show what is happening