Skip to main content
ndubuisin53037587
Inspiring
April 11, 2017
Question

Branching to resume state

  • April 11, 2017
  • 1 reply
  • 310 views

Hello guys, I need help in branching. At the end of by first branch, my slide navigates to the branching slide. However, I need the branching slide not to begin from the very start, but to begin from the point where I click to visit the next branch. Please, how can this be done?

This topic has been closed for replies.

1 reply

Lilybiri
Legend
April 11, 2017

You'll need to use micronavigation. In the action executed when you click to branch you'll have to include a command to store the present frame number in a user variable

   Assign v_frame with cpInfoCurrentFrame

When returning to the branching slide, you'll need to add the command:

    Assign cpCmndGotoFrame with v_frame

This will return to that frame, but not release the playhead. If you want to release the playhead replace the system variable by cpCmndGotoFrame with cpCmndGotoFrameAndResume.

More info about micronavigation: http://blog.lilybiri.com/micro-navigation-in-adobe-captivate

Micro-Navigation in Adobe Captivate - Captivate blog

You can download a descriptive table with all system variables from:

System variables in Captivate 8/9 and 2017 - Captivate blog

ndubuisin53037587
Inspiring
April 11, 2017

Uuummm, I am kinda a newbie with captivate, hence, the whole thing on variable sounds scary to me. Could you help me with a blog post that could explain variables and advanced actions from the scratch. I think I might need a basis before delving into the links you posted above. Thanks.

Lilybiri
Legend
April 11, 2017

This is very old, but explains using variables:

Curious about Variables in Captivate? - Captivate blog

Unleash the Power of Variables in Captivate with Advanced Actions - Captivate blog

This one is recent, but for Quizzing system variables, not for the one I showed in my first answer:

Using Quizzing System Variables - Captivate blog

You can download a explanatory table with all variables from:

System variables in Captivate 8/9 and 2017 - Captivate blog

But you have to understand the difference between Pause and Pausing points, I wrote 5 articles explaining the timeline, here is the one about pauses:

Pausing Captivate's Timeline - Captivate blog