Forum Discussion
DorothyMiller
2 years agoCommunity Member
Refresher links between layers in different scenes
Hi
I have Scene 1 and Scene 2 and created a refresher button from Scene 2 back to a slide and layer in Scene 1. This works, but could anyone advise how I can easily get the user to return back fr...
JudyNollet
2 years agoSuper Hero
As per previous comment:
You can use the dropdown in the States panel to set the buttons Initial state to Hidden.
To show it, use a trigger that changes the state to Normal, with a condition based on when you want it to show. For example, here's how to do it with a T/F variable:
- Create a T/F variable with a default value of False.
- Have the trigger condition be that the variable = True.
- Adjust the variable True with a trigger on the button that returns to the slide. (Be sure that trigger comes before the trigger that actually jumps to the slide.)
Note that that could get tricky if the user might return to the slide some other way (e.g., via clicking the Menu). One possible solution is to adjust the variable back to False at an appropriate point. But it really all depends on how the entire navigation works.
If you aren't familiar with conditions and variable, here are the User Guide articles: