-
1. Re: Replay a slide in Capitvate 7?
uniquescreennamelol Sep 9, 2014 3:32 PM (in response to krisn31)Does this work:
Create a SmartShape/Button to be used for Replay.
Assign the "On Success" action to Execute Advanced Actions
Create a new advanced action (ex. "replaySlide")
Action Type: Standard actions
Actions (what will be performed)
- Expression cpCmndGotoSlide = cpInfoCurrentSlide - 1
- Assign cpCmndResume with 1
Using this should replay the slide--including making the user wait for the Next button. Maybe that could be fixed by adding an action to "Show nextButton" or something like that.
-
2. Re: Replay a slide in Capitvate 7?
mark20044 Sep 9, 2014 4:03 PM (in response to krisn31)If you just want to repeat the audio, assigning a repeat button to Play Audio and selecting the clip from the library will work fine. If you want the user to be locked in to the slide again and have to listen to the entire clip before advancing you'll want to make an Advanced Action that jumps to the slide they're currently on (ie if the current slide is Slide 17 you'll set the Advanced Action to "Jump to Slide 17".) And if you want to use that on multiple slides, making a Shared Action will save you a ton of time.
-
3. Re: Replay a slide in Capitvate 7?
krisn31 Sep 9, 2014 4:04 PM (in response to uniquescreennamelol)Works! Awesome! Thank you

