Need to stop audio from replaying on revisited slide

Jan 17, 2017

I see this was discussed years ago without resolution.  Wondering if anyone ever resolved it. 

I have a slide with 5 branches that launch from clicking on 5 objects. At the end of each branch the user is returned to the first slide.  However the audio on that slide replays. 

Here's what did NOT work:  On Slide Properties I tried setting When Revising: to Resume saved state

Has anyone found a way to keep the audio from replaying in this case.

9 Replies
Wendy Farmer

Hi Detra

One way is to create a T/F variable (eg. audioComp) and default to false.

On the slide with the branches set two triggers in this order

  1. Stop media (audio file) when timeline starts on condition that variable (audioComp) is equal to True.
  2. Adjust variable (audioComp) to True when media completes (audio file) 

So SL will read the first trigger, the variable isn't true yet so will play audio. At end of audio variable will change to True.

Subsequent visits - the variable is true so the first trigger kicks in and the audio shouldn't play.

 

Ellen Slavitz

Old thread but hopefully being monitored...

I had this same question and solved it using Detra's solution above. But the original branch slide has the Seek Bar enabled, so on return to the slide, the Seek Bar plays as if there were audio. I need a solution in which, when you return to the branch slide, both the audio and the Seek bar are disabled. I'm attaching a file showing the branch slide. Thank you.