-
1. Re: Advanced Actions
Captiv8r Aug 24, 2010 2:39 PM (in response to ycart1299)And the version of Captivate you are using would be?
Helpful and Handy Links
Begin learning Captivate 5 moments from now! $29.95
Captivate Wish Form/Bug Reporting Form
-
-
3. Re: Advanced Actions
Lilybiri Aug 25, 2010 2:21 AM (in response to ycart1299)Hello,
I did publish several tutorials about Advanced actions in CP5, that could perhaps help you out. Try this video tutorial.
Video tutorial explaining the workflow with Conditional action
Link to the other tutorials can be found in this Captivate blog posting (at the end):
Advanced actions/Learning interactions in Captivate 5
Do you know that you made my day interesting? I was looking since a while for an example to explain the combination of a Standard and a Conditional action into one action, and you provide me with that example. Did start writing a tutorial about it, example file is ready. Will keep you informed when it is published, but explain the steps here already:
You started all right by creating user variables to store if the user has clicked the buttons. And the system variable that you have to manipulate is indeed cpCmndShowPlaybar. I'll try to explain the steps:
- If you have three buttons to be clicked, create 3 user variables, I'll call them v_click1, v_click2, v_click3
- I do not know if the user can re-enter the slide, if that should be possible I would create an initializing Advanced action, to be triggered when entering the slide:
- assign value=0 to the variable cpCmndShowPlaybar
- assign value=0 to the variable v_click1
- assign value=0 to the variable v_click2
- assign value=0 to the variable v_click3
- Continue
- Your issue is that when you click on a button you will have two important things to happen:
- you will have to assign the value 1 to the appropriate variables (v_click1 for button 1) - this is a standard action
- you want to check immediately if all buttons have been clicked, if yes, you want to show the Playbar
- This can only be achieved by creating one conditional action with 2 decisions (sorry if this is confusing, will try to get the tutorial ready ASAP):
- First IF will have to result always in YES, and here you can put in the Standard action (see screenshot, decision is 'ClickAdded' and this is a screenshot of the action for the first button). For the ELSE action I rewind the playhead so that it will not continue
- Second decision 'TestPlaybar' will check if all the buttons have been clicked and if Yes, will show the Playbar, if No will rewind the playhead to allow the user to click on another button.
Just hope that I did understand your question all right.
Lilybiri
-
4. Re: Advanced Actions
ycart1299 Aug 25, 2010 4:00 AM (in response to Lilybiri)Thank You! This is very helpful, looking forward to viewing the tutorial to get a better understanding of the steps to set up the conditional action!
t
-
5. Re: Advanced Actions
Lilybiri Aug 25, 2010 6:12 AM (in response to ycart1299)Hello,
Just published the tutorial. Here is the link, ust let me know if you need more explanation (please post a comment in that case). I did not have time to make a video with audio (some other priorities):
Combining Standard and Conditional in one Advanced action
Lilybiri
-
6. Re: Advanced Actions
ycart1299 Aug 25, 2010 6:44 AM (in response to Lilybiri)Thanks so much for this tutorial. i have followed it exactly, but for some reason the playbar is not becoming visible?
Could i email you my cap file, so you can see what i am doing wrong? It must be something silly.
t
-
7. Re: Advanced Actions
Lilybiri Aug 25, 2010 7:57 AM (in response to ycart1299)Hello,
Send me a private message with your e-mail address, I'll send you a link to the file I created for the tutorial on acrobat.com. Sorry, but I do not like to offer my private address because I already had some stalkers. I'm just a user like you.
Lilybiri
-
8. Re: Advanced Actions
ycart1299 Aug 25, 2010 8:08 AM (in response to Lilybiri)THANKS! I think i figured it out. Your tutorial was very helpful. I'll let you know if i run into any more snags once i compile the whole course. You are awesome and your help is much appreciated!
-
9. Re: Advanced Actions
Lilybiri Aug 25, 2010 8:19 AM (in response to ycart1299)Glad it worked, and thank you for providing the example I was looking for.
If you have more ideas, do not hesitate.
Lilybiri
-
10. Re: Advanced Actions
ycart1299 Aug 25, 2010 8:35 AM (in response to Lilybiri)There is one caveat, the playbar does not appear until after the duration of the button's caption expires. so if the caption is set to display for 20 seconds, the playbar does not appear until after the caption disappears (after 20 seconds).
Is there a way to display the button's caption
for the duration of the slide or for a set amount of time, yet have the playbar appear immediately after all buttons have been clicked?
-
11. Re: Advanced Actions
Lilybiri Aug 25, 2010 9:47 AM (in response to ycart1299)Hi,
Do not understand this question, you can choose the 'pause' moment of each button (region Timing), make it smaller. And what is the disappearing Caption? Could you perhaps post a screenshot of the timeline of the slide with the buttons? You can use the small still camera icon in the toolbar of the postings. Use JPEG as image format because PNG is not accepted. Do also wonder why you would need a slide that takes 20 seconds long, or perhaps you do have audio on it?
Lilybiri
-
12. Re: Advanced Actions
ycart1299 Aug 25, 2010 1:04 PM (in response to Lilybiri)The fix was to uncheck the "pause for captions" option. Thanks for all your help!



