Forum Discussion
MelanieFrst
3 years agoCommunity Member
Jump from one slide directly to a layer of an other slide
Hi there!
in my e-learning I have one “menu”-slide from where the learner jumps into the various content slides and after every content slide jumps back to the menu slide.
Every time the learner...
EvitaPurzale-e0
3 years agoCommunity Member
Here is what I think you should do:
- Create a variable called playAudio
- Set your menu slide to "Reset to initial state"
- Place all your audio files that you need to be played on the base slide of the menu slide
- On each of the various content slide set a trigger that adjust your variable to a specific text that mimics what that slide is about (i.e. compliance, quality, whatever)
- Once they return to your menu slide set up a trigger that plays the needed audio file based on the value of your variable. You should use "play audio when timeline starts if playAudio = compliance"
If you want to jump to a layer on your menu slide, simply add a trigger stating "Show layer when timeline starts if playAudio = compliance". Then place the corresponding audio file on that layer.
Hope this helps :-)