Skip to main content
June 14, 2009
Question

Pause the presentation

  • June 14, 2009
  • 2 replies
  • 1661 views

Hi all

I whant to pause/play the presentation using a button or two

I'm new to scripting anyone can give me a hand

I try using the Execute advance control

Name new action Pause

Then set a RDcmndPause=1

can't seem to make it work when user click the button.

Thank'a for the help.

    This topic has been closed for replies.

    2 replies

    pipwerks
    Inspiring
    June 22, 2009

    the variable is case-sensitive and should be spelled rdcmndPause

    to pause, set the value of rdcmndPause to 1

    to play, set the value of rdcmndResume to 1

    Known Participant
    June 15, 2009

    What exactly are you trying to pause? The entire slide? Do you want a separate button for that or do you want it to work with the current navigation?

    I have a trick that I use to stop my slides so that the learner clicks the forward button in order to jump to the next slide (or they can press Play to continue playing the slide).

    I place a transparent button on the slide that stays there for the entire slide duration. I set it to pause after 3 seconds (you can change it to whatever you want). Then my slide plays and stops after 3 seconds....no coding involved. If I have audio on the slide or rollovers, they continue to work. It just stops the slide from advancing on its own. Then, if you want to add a second transparent button, when the user presses Play, the slide will continue to play and it can pause after a certain number of seconds.

    Hope that helps,

    Kristen

    Captiv8r
    Legend
    June 15, 2009

    Hi Kristen

    Why a transparent Button and not a Click Box?

    A Click Box is a transparent Button really and is simpler to use. It will pause the slide too.

    Cheers... Rick

    Known Participant
    June 15, 2009

    Rick,

    Can you tell a click box to pause? Oh, I guess you would check "pause until the user clicks." They obviously can't click it if they can't see it.

    So yeah, a click box would work just as well! There you go...two solutions!

    - Kristen