I need a "bounce" sound to play every time a sprite (with physics behavior) bounces off surrounding environment.
The problem is the surrounding environment is a tileset, and I can't seem to figure out how to code it without doing a bunch of check tile ID code etc.
Is there a simpler way to code it?
Thanks