Advance Action Replay Not Consistent
Working with Captivate 5.5, I have created an Advanced Action designed to replay the current slide. It is attached to a REPLAY button that appears after the slide's audio is finished and the slide has paused. The Execute Advanced Action is invoked "On Success" for my REPLAY button. The course content was built and being tested when I noticed that this Advanced Action no longer works. The Advanced Action code has only two lines : (1) Assign cpCmndGotoSlide with rdinfoCurrentSlide (2) Continue. I have seen within this discussion group that someone also had this problem but it was resolved by duplicating the same two lines of code...I tried that and it didn't work for me. The screen returns to the beginning of the slide but does NOT resume playing.
Thinking the slide thought it was still in a PAUSE state, I tried adding an extra lines of code before the Continue line of code: (1) Assign rdcmndResume with 1. The problem still occurs.
Any idea on why the slide is not playing after the REPLAY andr what I can do differently to make this work?