Page 1 of 1

Dynamic Informational Button

Posted: Sun Jan 13, 2019 6:38 pm
by vizgraphics
Hello,
I'm trying to make a dynamic informational button that is pinned to the hotspot. I have the pinned info box in place, and a close button for the info box. What I can't get is how to close the last clicked info box when another hotspot is pressed. Currently if an info box is open and you click another hotspot, it stays open. I want to only use one component for all info hotspots. I imagine there's a way I can achieve this with a variable but can't quite wrap my head around it.

Any help would be greatly appreciated. Skin attached. Thanks!

Re: Dynamic Informational Button

Posted: Sun Jan 13, 2019 11:00 pm
by Hopki
HI,
Add this action to the hotspot template:
Source: Mouse Down
Action: Visibility
Type: Hide Element
Target: %information

Regards,
Hopki

Re: Dynamic Informational Button

Posted: Mon Jan 14, 2019 5:47 pm
by vizgraphics
This is perfect thanks!!