[Captivate 6] Completion indicator using conditional actions
Hi there,
I am looking to implement a completion indicator in the shape of an image appears beside the link to a specific section to show it's has been visited, to achieve this I did the following
- [Slide 1] 3 buttons (smart shape set to use as button), 3 images (set to invisible on output) Image1, Image 2 and Image3
- [Slide 2] 1 button link back to slide 1
- [Slide 3] 1 button link back to slide 1
- [Slide 4] 1 button link back to slide 1
Variables :
- Sec1Done, value 0
- Sec2Done, value 0
- Sec3Done, value 0
Conditional Actions :
- IF [Sec1Done] is equal to 1 THEN show Image1
- IF [Sec2Done] is equal to 1 THEN show Image2
- IF [Sec3Done] is equal to 1 THEN show Image3
Action (On Enter) :
- [Slide] Assign Sec1Done with 1
- [Slide] Assign Sec2Done with 1
- [Slide] Assign Sec3Done with 1
Now, when I click the link to section 1 (slide 1) then click the back button (slide 2) the Image1 does not appear, so is the same for slides 3 and 4.
I have included a link to the project (hosted on box.com) hopefully to make it more clear
https://app.box.com/s/rnrhzrnm119f12nw85i74n1lhpn39bz0
Thanks in advance for your support
