Captivate 6
I'm using buttons to navigate through the presentation here. Each slide is 3.1 seconds; after 3 seconds navigation buttons will appear and pause the presentation. To prevent skipping slides, I've removed the included playback controls in the theme editor thing. So during the slide, users can click on a clickbox I created to open a URL in a new window. The clickbox exists until end of slide so the it still works while the page is paused. Most of this is actually not important.
The issue I'm having is this: if 'Continue Playing the Project' is checked then clicking the link while the page is paused for navigation will unpause it and advance the slide. So a user can be pushed to the next slide before they're ready. Clicking the link while this option is unchecked will pause the presentation and can prevent the navigation buttons from ever appearing. Apparently the clickbox must set state to 'pause' or 'play' and cannot simply preserve the existing state.
Can anyone point me to a solution?