Forum Discussion

TracyDunham's avatar
TracyDunham
Community Member
2 months ago

Reset Marker state when audio done

Hello! Thanks Tipsqueak for this great video on using audio with markers. As shown at  3:50 in the video, I am using a marker in Storyline 360 to allow learners to play optional audio on a slide. The...
  • Nedim's avatar
    2 months ago

    I don't believe the media states nested inside the marker can be controlled by triggers. To change the state of the icon after the audio completes, the marker content needs to be closed, which requires clicking the marker. In this scenario, I would use a JavaScript solution to target the audio inside the marker, and when the audio finishes, simulate a marker click event to change its state. Maybe something like this:

    I've attached a short video demonstrating this. I hope there is a simpler and better solution that doesn't involve JavaScript, but I just can't figure it out at the moment.