Forum Discussion
AmyZiegelman
2 years agoCommunity Member
How to get audio to not reset when user returns to initial slide
I have an object on Slide 1 that takes the user away to Slide 1.1 and then they are prompted to navigate back to Slide 1. I would like the audio to play only the first time the user visits Slide 1,...
TomKuhlmann
2 years agoStaff
- Create a t/f variable: audioPlays=false
- Create a trigger to play media (audio file) when timeline of the slide starts if variable = false
- Create a trigger to adjust variable to true (after media plays, when they get to slide, etc)
- When they come back to the slide, the variable should be true and the audio won't play
- AmyZiegelman2 years agoCommunity Member
Hi there,
So overwhelmed by Storyline that I can’t find my way back to the forum. Can you help? I can get the audio to work as suggested but I’d also prefer it if, when the user returns to the slide, they see the text and buttons with no animations/triggers – just a clean landing spot at which to review info, or continue navigation if they’re “lost”.
Thanks in advance,
Amy