Multiple points on the same object plus sound

When I touch a certain part of an object with my finger or pointer, I want it to emit a different sound, for example if I touch the head it emits a sound, if I touch an arm another sound, etc.

Hi, one way to do that would be to assemble your sprite object from different smaller sprites (head, arm etc.) or attach several hitbox-sprites to your actual sprite object.

1 Like

It’s a good idea, I’ll try. Thank you !

1 Like