Forum Discussion
Playing/Stop playing secons audio file on slide
Frank,
I don't work with SL3 but there is probably several ways to make this work in SL360 that might also work in SL3.
You could try this in SL3 and see how it works:
1. Create a T/F variable named AudioOn and set its default value to False. This will be used to control when the Sound layer is shown (and the sound plays).
2. Create a new layer and name it Sound. Make sure the option "Pause timeline on base layer" on this layer is selected. This will pause the narration which is playing on the base layer when the sound plays. Add the sound file to this layer and create a trigger to play it when the timeline starts.
3. Create the following triggers on the base layer
https://community.articulate.com/articles/create-an-e-learning-toggle-button
Note: The toggle trigger changes the AudioOn variable from True to False as you click the button that plays the sound. If the variable is True, it will show the Sound layer. If it is false, it will hide the Sound layer.
Related Content
- 10 months ago