Storing current slide in a variable, then using the variable to get back to that slide (Captivate 6)
I'm thinking there must be some info on this somewhere, because it's something people must want to do, but I haven't been able to find an answer.
I would like to set something up so that when a user clicks on a button, it will take them to a certain slide. But I want the current slide stored in a variable. And then, when they are ready to go back, there will be a return button, but it should check to see where they came from and then return them to that specific slide. Basically, a "return to last slide visited" type of advanced action. I can't use the "return to last slide" option because the slide they are taken to when they first click the button has multiple slides, so the "return to last slide" option would not take them to the last slide they were on before visiting this page. I tried to store this in a variable on a button click by assigning a variable with CpInfoCurrentSlide, and then jumping to a slide. But, I'm not sure how I would then use that info to return to this slide.