Copy link to clipboard
Copied
I'm using Captivate 8. This is an HTML5 scenario.
I need a button that will let the user "replay" the slide. I don't want the button to take the user forward, backward, or do anything else. I want the button to start the slide from the beginning and play continuously to the end.
I'm looking for help on how to do this using advanced actions and variables for HTML5, or, in the alternative, recommendations on good tutorials for advanced actions. I prefer tutorials that will let me start from the bottom. I've not been able to find any advanced action tutorials that assume no prior experience.
I know every new user must say this, and I am afraid it's true for me too. If I can't create a working HTML5 replay button quickly, it is going to get me in trouble with the client.
Try this:
cpCmndGotoSlide is a system variable, whose index starts with 0. The system variable cpInfoCurrentSlide has an index that starts with 1. That is the reason for the subtraction in this Expression. You need to add Continue, because an advanced action will not release the playhead.
Copy link to clipboard
Copied
Try this:
cpCmndGotoSlide is a system variable, whose index starts with 0. The system variable cpInfoCurrentSlide has an index that starts with 1. That is the reason for the subtraction in this Expression. You need to add Continue, because an advanced action will not release the playhead.
Copy link to clipboard
Copied
Thank you. I'm grateful. If you're available for paid consulting, I'm interested in talking. Best,
Copy link to clipboard
Copied
You probably got already offers for consultancy from others, usually is the case.
If you want to talk, send me a private message, or mail at 'info at lilybiri dot com'