-
1. Re: Adobe Captivate 8 create a toggle between show/hide image
Lilybiri Sep 26, 2014 1:53 AM (in response to Bennie1986)Have several examples on my blog. But here we go:
- Create a user variable v_visib with a default value of 0
- Create a conditional advanced action for the button like this:
IF v_visib is equal to 0
Show image
Toggle v_visib
ELSE
Hide image
Toggle v_visib
-
2. Re: Adobe Captivate 8 create a toggle between show/hide image
Lilybiri Sep 26, 2014 1:55 AM (in response to Lilybiri)BTW since you are on CP8, don't use an advanced but a shared action. The only parameter will be the image. You can then use that action over and over again, even in other projects. For another project: open the Library of this older project in the new project, drag the Shared action to the library of the new project. The variable v_visib will be automatically created, and when using that shared action, you'll just have to define the parameter (image), or you can even replace the image by another object or by a group.
You can feel that I like shared actions, not everyone agrees with me however.
-
3. Re: Adobe Captivate 8 create a toggle between show/hide image
Bennie1986 Sep 26, 2014 2:27 AM (in response to Lilybiri)Thanks for the help. I think I will use the shared actions.
-
4. Re: Adobe Captivate 8 create a toggle between show/hide image
Lilybiri Sep 26, 2014 8:01 AM (in response to Bennie1986)Have a look at my blog, have several posts about shared actions, this is the last one: Reuse Shared Actions in other Projects - Captivate 7 vs. 8 - Captivate blog


