December 20, 2018
Automatic next slide while having Play/pause button
Comments
(2)
December 20, 2018
Automatic next slide while having Play/pause button
Newbie 1 posts
Followers: 0 people
(2)

Hi – I have a play/pause button created via a shape in the Master slide. It calls an advanced action (below) but at the end of the slide it does not automatically progress to the next slide as I want it to.

– On the button I have “Pause project until user clicks” UNCHECKED

– The advanced action being called on the button is:

Perform actions:  If cmCmndPause is equal to 0

Actions: Assign cpCmndPause with 1

Else: Assign cpCmndResume with 1

2 Comments
2018-12-21 10:00:14
2018-12-21 10:00:14

Here are the links:

https://elearning.adobe.com/2018/12/custom-play-pause-button-use-case-system-variables/

https://elearning.adobe.com/2018/12/interactive-video-play-pause-button/

Check also the actions On Exit for each slide please. Do you have more buttons on the master slide? Maybe one of them is pausing the timeline. It is typical for shape buttons on master slides to pause the slide at the end, whatever its duration.

Like
(1)
2018-12-21 09:53:58
2018-12-21 09:53:58

Maybe you should have a look at my blog posts about creating a Pause/Play button because you are using a very old way, which will not work as expected. I have published a blog post and an Interactive video to illustrate it. Since moderation takes  some time when links are inserted in an answer, please look at the Featured Articles, or search for Custom Play/Pause button. The correct conditional action should be:

IF cpCmndPause is eaqual to 0

Toggle cpCmndPause

Paus

ELSE

Toggle cpCmndPause

Continue

 

Like
(1)
Add Comment