Hey everyone, I have a pretty difficult question (for me at least) and I’m hoping that someone can provide an answer, even if that answer is “can’t be done”. I have searched quite a few places and haven’t found anything on this.
Lets say I have a .png, and its a complicated shape like an “S” or something. When you save the .png it gets wrapped in bounding boxes and comes out as a "square"ish shape.
Is there any way that I can have just the actual image portion of the .png interact with MouseEvents, and not the image itself (not the “dead” space)?
i.e. were I to click on the image to interact with it, the click event would only trigger if I clicked somewhere on the “S” portion of the graphic not any of the transparent portions of the image.