I wanted to see if anyone has ideas or has accomplished this before.
When you add a touch event listener to a display object such as a png image, the touchable area is the entire image including any transparency.
So my question is, how could I make it so that only parts of the png image are touchable? (In my case I have a character on a png file with transparency, and I don’t want the touch to register if the user touches in the transparent area of the display object)
I know that with the physics engine you can set up a custom shape.
Any thoughts are appreciated