user must click all buttons before "next" appears?
June 24, 2009 12:00 AM
"Steve
Edit:
I finally figured it out... I added conditions that used all combinations of abc. (ie. abc, acb, cab... etc)
I placed the conditions on each hotspot Hide action that I used."
This method might be okay if you only have a few selections. Once you get 5+ more choices, it'll be too hard to do all the combos.
There will always be many methods of doing the same task. I would create an action with multiple conditions that must be met. For example, if the variable your using is called PagesVisited and the three pages that you go to will add an "A", "B" or "C". So for the action for this special next would be:
On Click
Action:Go to (just as an example, but you can do whatever you want)
Target:Chapter, Secion, or Page
Name:Choose your next page to go to once all the pages are visited
Then go to the Condition Tab:
Put a checkmark in "Perform action ONLY if the following is TRUE"
The radio button must be set to "All of the Following"
Variable
PagesVisited Contains A
PagesVisited Contains B
PagesVisited Cotnains C
Hope that makes sense :)
-kelly
Discussions have been disabled for this post