I am having a problem in Captivate 6. I have a widget that uses cpCmndGotoSlide to go to a slide based on input from a text file. I want some actions to occur when the user exits the slide and navigates to the slide number from the text file. The widget is a button widget. I want to reuse the widget and not have to change the widget every time I have a new project. Putting the actions in an advanced action would be nice, but it won't fire "on Exit" when the user pushes the widget button. I didn't know why until now. I read on another question, that the "On Exit" action only happens when the slide reaches the last frame of the slide. If you use a button to navigate away from that slide, the "On Exit" action may not occur.
Is there a way to make the slide go to the last frame of the slide, by setting a variable, or advancing the timeline?