Copy link to clipboard
Copied
I want to jump from slide 1 to slide 10 then click next to reviel slide 11, click next again and be sent back to slide 1, then the same jump from 2 to slide 10, hit next slide 11 then click next at get sent back to slide 2 and so on. Is that possible? I can't seem to find anything about it.
Copy link to clipboard
Copied
Not sure to understand, a navigation image would be easier. You will set up custom navigation. I would use a shared action and system variables like cpCmndGotoSlide, cpInfoCurrentSlide, cpInfoLastSlideVisted, and perhaps some Expression commands and user variables. You need to be careful not to get into an eternal loop. Check out the system variables because some of them have a 1-based index, others have a 0-based index.