Skip to main content
Inspiring
January 26, 2016
Question

Stop Captivate 8 from advancing?

  • January 26, 2016
  • 2 replies
  • 568 views

I have searched and read a lot of postings on this subject. No clear answer that I've found.

I am using Captivate 8 and I want the user to be able to remain on one slide and click a button as many times as they like. The button calls a javascript function.

I have two buttons on the slide. The pause for each button is time such that the button that stops playback comes first while waiting for the user to click the button containing a javascript button. I tried adding a second button with its pause timing set to stop the playback again. This works only for two clicks then the next slide loads. The click event is clearly being passed along to some higher object in the hierarchy and being interpreted as a general "continue" command. Is there any way to stop that behavior?

Looks like this was "fixed" in Cap 9 button properties, Actions tab, by the addition of a checkbox that you can uncheck to tell the system to NOT "Continue Playing the Project."

Is there no way to accomplish this in Cap 8?

Thanks,

Pete

This topic has been closed for replies.

2 replies

Lilybiri
Legend
January 26, 2016

The only workaround was explained here (no need for a conditional action, standard will do fine). And don't forget that you can use shared actions as well!

Why choose Standard over Simple action? - Captivate blog

There is a link to a YouTube video as well, that shows the work flow.

RodWard
Community Expert
Community Expert
January 26, 2016

By default, the single actions that can be accessed from the Actions dropdown in the Properties tab usually have a built in Continue action that kicks in AFTER their stated action.

In versions prior to Cp9 (where the new Continue Playing Project option exists) you simply need to have your buttons execute either a Standard or Conditional Action to do what you want.  With these Advanced Actions, unless you explicitly add a Continue action, the slide timeline will not continue and your user can repeat the action by clicking again and again.