Skip to main content
Raya5C81
Participant
October 6, 2021
Answered

Audio to roll over state Captivate 2019

  • October 6, 2021
  • 1 reply
  • 167 views

I have an interavtive slide with 5 tabs. I have an on enter audio that reads the title of the slide and "click each tab for more information." I have added a roll over state to each tab, in each roll over state I have added a transparent shape so that I could embed the audio for that tab title to the shape. The issue I am having is that I would like to somehow pause or delay the roll over audio on the tabs until the on enter audio has finished playing. The on enter audio is about 4 seconds long.  Is there a way to do that?

    This topic has been closed for replies.
    Correct answer Lilybiri

    Disable the buttons with the On Enter event, Delay next actions for the duration of the audio clip, then enable the buttons.

     

    Disable tab....    you need an action for each tab

    Delay Next actions by 4 seconds

    Enable tab...  you need an action for each tab

    1 reply

    Lilybiri
    LilybiriCorrect answer
    Legend
    October 6, 2021

    Disable the buttons with the On Enter event, Delay next actions for the duration of the audio clip, then enable the buttons.

     

    Disable tab....    you need an action for each tab

    Delay Next actions by 4 seconds

    Enable tab...  you need an action for each tab