Forum Discussion
Show previous layer
Hi Robert,
This functionality really may not be built in, but you could probably program it with variables.
If you want, you could try this:
You could create a number variable, perhaps called LayerNumber. Then, you could program triggers for each layer to assign a number to the variable as the timeline starts on each layer. For example, when learners visit layer 2, the LayerNumber variable is set to 2, and when learners visit layer 3, the LayerNumber variable is set to 3, etc.
Then, on the base layer, you could have a "Last Visited Layer" button. You could use triggers assigned to that button to send the user to specific layers, if the variable matched the number of that layer. For example, you would have a trigger that says, Show Layer #1, when the user clicks the button, if the LayerNumber variable=1. Then, another trigger that says Show Layer #2, when the user clicks the button, if the LayerNumber variable=2. Etc.
Maybe this would work for you.
Related Content
- 9 months ago
- 8 months ago