Copy link to clipboard
Copied
I have tried tutorials for older versions but to no avail in version 8. I know it is possible with the advanced actions but cant get my head around it.
Cheers Peter
That is very complicated, Dave. Did you try my solution that I have posted
multiple times?
Copy link to clipboard
Copied
Create the button and then add an action to it: On Success, Jump to slide" and select the slide.
Is that what you're looking for?
HTH
Dave
Copy link to clipboard
Copied
Hi Dave,
Thanks for your reply,
Unfortunately that doesn't work as it wont let you select the current slide.
I have also tried putting a slide in previous for .01 of a second but when it goes onto the next slide the slide will play instead of pause as it has been commanded on enter.
Thanks anyways
Peter
Copy link to clipboard
Copied
To replay a slide you need this advamced or shared action:
Expression cpCmndGotoSlide =cpInfoCurrentSlide - 1
Continueo
The reason for the minus 1 is that index of the first system var starts
with 0, whereas the info var starts with 1. You need to add Continue to let
the playhead proceed
Copy link to clipboard
Copied
Great answer Lilybiri!
petec98481658 asked to replay slide or video. So what about slide with video?
Any solution when having a event video that plays (and loops) separately from the timeline?
Copy link to clipboard
Copied
The answer to my question concerning event video was easier than I thought:
Comment (moderator): this work flow is only for SWF output, and in certain circumstances. It will not work for HTML output, nor responsive projects. That is the reason why I even didn't mention this old work flow (I used it before HTML hype started) in my article:
Replay (slide) Button - Captivate blog
@DieterVR123: Wanted to add this to your answer,
Copy link to clipboard
Copied
For HTML we found some kind of "workaround":
This is not 100% perfect, since jumping to a blank slide (for example; a white slide, or same background as your slides) and waiting 0.1 second to jump back results in a little flicker.
Copy link to clipboard
Copied
I have a blog post about two scenarios for a Replay slide button. Can you
search on the blog: http://blog.lilybiri.com
Copy link to clipboard
Copied
This guy has a video on how to repeat a slide and surprisingly this made a video replay too. I'm not sure what version AC he was using. I am using AC 9 and it did not work for me.
Captivate 6: Slide Mute and Slide Replay (without a playbar) - YouTube
Copy link to clipboard
Copied
It is in the title of that video CP6. That guy used to produce videos with some bugs in it (I warned them about it but he ignored that) and lacking information. That seems to be the case in many YouTube videos, sorry to tell so. This video was "inspired" on my article about MicroNavigation.
Copy link to clipboard
Copied
For some reason I missed seeing the words Captivate 6. Anyway, navigating within the timeline reminds me of Flash. I tried to nest two slides into one using frame navigation. It worked fine with web browsers and ipad. However, this became a big hiccup for ipad when I inserted a video in the timeline. I learned how to use Frame Action from:
http://blog.commlabindia.com/elearning-development/go-to-frame-action-in-adobe-captivate7
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I didn't realize you were trying to replay the same slide even though you said you were 😉
I did some basic testing and this worked:
We can use the action on the slide to set a variable when the slide is entered which will help:
It worked for me...hopefully this will work.
Dave
Copy link to clipboard
Copied
That is very complicated, Dave. Did you try my solution that I have posted
multiple times?
Copy link to clipboard
Copied
That solution works as well (with less steps).
Thanks.
Copy link to clipboard
Copied
Thanks Lilybiri, that worked great for me.
Copy link to clipboard
Copied
Hi Dave, thanks for your reply. I have tried it and have had success thanks again
Copy link to clipboard
Copied
Thanks for your help everyone I was stumped with this and I appreciate the solutions.
Enjoy the Weekend
Cheers
Pete
Copy link to clipboard
Copied
I've tried this solution without success. I also tried the more complicated solution where you set a variable on Enter and set the expression based on the variable. Both solutions cause my basic animation to fail, meaning the audio plays but the animation does not. If I click pause and play a couple times, it works. I'm on a PC using 9.0.2.4. Can anyone help?
Copy link to clipboard
Copied
I answered in your thread, please don't do double posting, it is just more work for me.