I'm making a clicker game, so the idea is that when the mouse is over an object it makes a sound, but I cannot make it to stop repeating it, I just want to play it once without overpositioning. Any advice?
Develop games in your browser. Powerful, performant & highly capable.
Play this sound with a tag. And add a condition checking that the sound with this tag is not already playing.
Hi! already tryied, but keeps overlooping :(
Add trigger once condition?
Oh yeah, I didnt saw that condition. It worked, thanks :D