Forum Discussion
BreannStrasik
5 years agoCommunity Member
Scene progress & Jump to slide according to scene progress
I have a project with 4 main scenes. The course allows navigation from one scene to the next, but I want to automatically navigate the user back to the last slide they were on for each scene.
...
BridgetODell
5 years agoCommunity Member
Hi Breann, I think you could accomplish this by using variables, one for each scene. If your course has four scenes, create four text variables: Scene1, Scene2, Scene3, and Scene4. Set their default value as (blank).
When the user is in Scene 1, Slide 1, add an "adjust variable" trigger to set the value of the Scene1 variable = 1, Scene 1 Slide 2 set Scene1 variable = 2, and so on.
Then, on your buttons that enable the user to return to a specific slide in a scene, you'll have multiple triggers - go to Scene 1 Slide 1 if Scene1 variable = 1, go to Scene 1 Slide 2 if Scene1 variable = 2, and so on.
So the variable value essentially acts like a bookmark for the user's progress.
Related Content
- 5 months ago
- 4 months ago
- 7 months ago