Hi,
I want to set a hover for an element (vector image) so that only hover over the content shape (and not the whole element) will show another hidden element.
Example: for this triangle hovering over the red dot (I marked) will still activate the " onMouseIn" command.
Any advice?
Thanks
Nadav
I’m not sure what you’re asking. Do you want to listen to a mouseIn event when hovering over the circumscribed square or only on hovering over the triangle?
Thanks for your replay.
I want to listen to a mouseIn event only on hovering over the triangle it self and not the circumscribed square.
currently it will activate in any part of the square, including the unwanted part where there is no triangle (marked by red dot).
Any advice❔