Page 1 of 1

Hide Floor Plan / Map when pin clicked on

Posted: Fri Sep 25, 2020 9:27 pm
by zeus360
I'm having a slight issue regarding a map / floor plan. I currently have the map opening at 80 percent width and height when a representative icon is clicked on top open it. Obviously when the user clicks on a map pin, it's really hard to tell that something has happened in the background and that a new tour node has loaded. Ideally I'd like to have it so that when the user clicks on a map pin the map disappears and you can see the new node load and fade into view.

I have tried setting an action on node change to set a variable (map_visible) to false which in turn sets the visibility of the map to hidden which works great when you are within the tour, however, my issue is that the map is no longer showing at the start of the tour presumedly because the "node changed" action is firing right at the start of the tour. What I would like is the map to be visible at the start if at all possible.

Re: Hide Floor Plan / Map when pin clicked on

Posted: Sun Sep 27, 2020 4:00 am
by Tony
Add the Action Mouse Click > Set Variable Value > vis_map > false to your map marker. So then when someone clicks on a location the map hides.

audio_1.jpg
audio_1.jpg (480.37 KiB) Viewed 1530 times

Tony

Re: Hide Floor Plan / Map when pin clicked on

Posted: Mon Sep 28, 2020 1:00 pm
by zeus360
Fantastic that works a treat! I totally forgot that you can use skin elements to replace the map markers so not only to they close the map now but they also look much better too :)