Forum Discussion
AllanDunlop
6 years agoCommunity Member
Can a variable-triggered 'hidden' object remain hidden on revisit, despite 'reset to initial state'?
Happy Friday, everyone!
My slides (and some layers) have audio narration that I want to restart on each revisit. I have them set to 'when revisiting, reset to initial state.'
Is there a way to t...
MariaCS
3 years agoStaff
Hi, Katherine.
If I understand correctly, you want the audio to only play the first time the user visits the slide, right?
Here is my suggestion:
- Create a True/False variable with its initial value set to False (we'll call it AudioPlayed)
- Set your "Play audio" trigger to have a condition of AudioPlayed = False.
- Create a trigger to change AudioPlayed to True after the media completes.
Let me know if this works!