How can i play a sound when an object bounce on another object??
you can use the physics library to detect the collision between those two objects and play the desired sound via audio.play().
you can use the physics library to detect the collision between those two objects and play the desired sound via audio.play().