A Menu whose Appear type is set to On Hotspot will appear when a Hotspot is hovered over.
For a more general approach, you can use the Events Editor to hook into the Hotspot / Select and Hotspot / Deselect events, and have them run e.g. Menu: Change state Actions that show/hide a specific Label element.
Comments
A Menu whose Appear type is set to On Hotspot will appear when a Hotspot is hovered over.
For a more general approach, you can use the Events Editor to hook into the Hotspot / Select and Hotspot / Deselect events, and have them run e.g. Menu: Change state Actions that show/hide a specific Label element.
Awesome! I went ahead with this approach for now, as opposed to making it a menu element.
Thank you so much!