Hello everyone,
i need a functionality to start and stop the captivate presentation with keystrokes. The pause-key on the keyboard should have the same result as clicking the pause-button in the playbar. I already tried to modify the playbar in flash but i am an absolute beginner in actionscript. The pausebutton has the script:
-------------------------------------------------------
var btnTipsId = 3;
function onClicked()
{
_parent.onPBCBtnClick("pause");
}
--------------------------------------------------------
Is it possible to start _parent.onPBCBtnClick("pause"); with a keystroke?
If not - maybe it is possible to build a widget with this functionality.
Thanks a lot for ideas and help
Patrick
Thank you for your suggestion. This solves the functionality, but it will be hard work to implement this in lots of Captivate files. As I know, it is not possible to show the clickbox from the first to the last slide. Therefore I would have to copy the clickbox to each slide.
I would like to use the pause-functionality in all my projects.
Indeed, you cannot use an interactive object on a master slide, you cannot time it for the rest of the project. The only way to have this on each slide is to copy/paste. You are probably aware that you can paste to all slides at once (just select them in the Filmstrip). The issue is that each interactive object needs it proper ID. The advanced action however will be always the same. Standard instead of conditional would also be possible, using Expression rdcmndPaused = 1 - rdcmndPaused and similar for rdcmndResume
Lilybiri
North America
Europe, Middle East and Africa
Asia Pacific