Creating "Back" Navigation in a Branching Project Without the Playbar or a TOC?
Hello,
I've been struggling with accomplishing a very simple goal: in my Captivate project, I want there to be a "Back" button on every single slide that sends the user back one slide based on their navigation history throughout the slide. The playbar must be disabled, and I don't want the user to have to deal with a Table of Contents.
Because this is a somewhat complex branching project, using the "go to previous slide" selection for a button will not work -- this simply sends the user one slide back in the filmstrip, and that might not be where I want them to go.
Using the "go to last slide viewed" selection for a button also will not work. This creates an infinite loop in which once the user clicks the "Back" button on one slide, they will go to the previously viewed slide, but when they click it again, they will return to the original slide. For example, repeatedly clicking this Back button will send the user from slide 2 to slide 1, then slide 1 to slide 2, then slide 2 to slide 1....etc.
Basically, all I want is an internet browser-style back button within my project. I figure this is a fairly common thing that project creators want to do, so I checked for any available widgets that might offer the desired functionality, but I've come up with nothing.
It would seem as if my only hope lies in two potential places: either the execute Javascript selection for buttons, or Advanced Actions.
Before I dig too deeply there, I was wondering if anyone had a simple solution for this very basic problem. I've looked around the forums, and this particular thread looks very relevant: http://forums.adobe.com/message/4575291#4575291 . In that thread, it looks like the original poster just decided to create a separate swf for each of the linear branches of their project. For my project, this would be a most inelegant and clutttered solution.
Anyone have any ideas? If I must use Advanced Actions / variable creation, could you point me in the right direction? I'm on Captivate 5, by the way. Thanks.