Forum Discussion
GordonWimpress
2 years agoCommunity Member
Possible to choose to make interactive storyline play straight through?
I am building a course using Storyline to make individual modules. I want interactivity, like clicking buttons to reveal answers and play the narration, etc. But is it also possible to have the st...
JudyNollet
2 years agoSuper Hero
Yes, that's possible. For example, a "Play all slides" button could set a T/F variable to True. Then on the Master layout, you could have a trigger to jump to the next slide when the timeline ends, with the condition that the variable = True. If the variable is still False, the user would simply proceed as usual by clicking buttons.
- If a slide has to jump to another scene, you'd need a trigger on that slide.
- You'd probably need to add a way for the user to turn that function off at any point (e.g., if they want to focus on something without it auto advancing).