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
Put a "jump to previous slide" trigger on a "return" button on the layer.
- The "jump to previous slide" trigger goes to whatever slide the user was on before they arrived at the current slide. So if they jump to the "refresher" slide in scene 1 from a slide in scene 2, a "jump to previous slide" trigger on the "refresher" slide will send them back to the slide in scene 2.
If you don't want that "return" button to show the first time they get to the slide, set its Initial state to Hidden. Then add a trigger to change it Normal when they return. For example, that might be based on a condition checking a variable that tracks where they were.