Play/Pause buttons with memory
Alright last one (hopefully), this time I'm looking for some advice on how to handle play/pause buttons:
The goal is to have some slides act as a slideshow that the user can pause and click through manually with back and forth buttons, otherwise, it will play automatically.
My idea was to have a set of four buttons, the back and forth buttons being a simple, go to previous/next slide. For the pause/play buttons I tried a simple Pause and Continue action. With the problem that if I pause on slide A and jump to slide B with the next button, the system will not remember that it's supposed to be paused and continue playing. So I tried using the system variable cpCmndPause with a toggle between 1 and 0. However, this doesn't seem to do anything.
There must be a simple way to do this, I just can't find anything.
