Hey.
I got an event when mouse pressed on an actor. But this actor actually has weird shaped actor shape. Like a control in circle shape with circle shape shape, but this event registers mouse clicks like on a rectangle. Is it possible to add to stencyl an option that event when mouse pressed on actor would take its shape into account while registering the mouse pressed?
For now I can just create an actor 1x1 pixel in the middle of mouse touch and then detect whether this 1px actor collides with that shale of a control.