i would like to make it so when 2 object hit object "wall" the audio will stop but it wont stop if just on hits the "wall" (i am making a co op version for fruit snake btw)
Develop games in your browser. Powerful, performant & highly capable.
Global Variable: SoundOff=0
On sprite collision with wall: add 1 to SoundOff
On SoundOff=2: Stop All Sounds. Set SoundOff=0