Good morning, I want to stop a sound when another starts playing .
if (event.object1.myName == "obst3") then audio.play(colsound)
I want this one to stop if the following one starts .
if (event.object1.myName == "t") then audio.play(explosion)
Also, I need to know how to launch the sound just once ( when my objects collide with a wall, a sound pop out I need this one to be heard just once even if the player touches again the wall.
Thank you for everything,
Sincerely,
Saad Chemlal