Skip to main content
November 14, 2013
Question

Can't get cmdpause to work

  • November 14, 2013
  • 1 reply
  • 582 views

I'm new and can't get the cmdpause to work.  I'm using Captivate 6

I have a main menu.  When someone returns to the menu I have a variable on the returning button that sets a variable vMainMenu to 1.  

Upon reaching the main menu,

If vMainMenu = 1 then

cpCmndmute = 1

cpCmndpause = 1

else Continue

Upon returning to the menu, sound is muted but the slide continues (it does pause at a clickbox later in the slide)

Any idea on what I'm doing wrong?

Thanks...

    This topic has been closed for replies.

    1 reply

    RodWard
    Community Expert
    Community Expert
    November 15, 2013

    Your Advanced Action should say:

    IF vMainMenu is equal to 1

    then

    Assign cpCmndmute with 1

    Assign cpCmndpause with 1

    else

    Continue

    November 15, 2013

    Yes, that is what I have ( I didn't type that above ).   So, as I said the mute works, but the pause doesn't.

    RodWard
    Community Expert
    Community Expert
    November 15, 2013

    Are you perhaps trying to pause a slide from an action executed on a different slide?  If so, then that would explain why it wasn't working.

    You can only pause a given slide if you are executing the pause action from that slide.  You'll need to use the ON SLIDE ENTER event or the ON SUCCESS event of some interactive object on that slide.