Chapter indicators: started and complete
June 26, 2006 12:00 AM
Hi Ernie,I had a little play with this and found using the "Toggle Visible State" action seemed to work. My set up was:I had three graphics - NotStarted, Started, CompletedNotStarted was set to "Initially visible"I had three variables - NotStarted, Started and Completed initially set to 0.I then added several actions:On the first page of the section I addedOn: Show Action: Modify VariableTarget: StartedSet Value: 1On the last page of the section I addedOn: ShowAction: Modify VariableTarget: CompletedSet Value: 1On the menu page I then added some conditional actions:On: ShowAction: Toggle Visibility StateTarget: NotStartedCondition: If Started=1On: ShowAction: Toggle Visibility StateTarget: StartedCondition: If Started=1On: ShowAction: Toggle Visibility StateTarget: StartedCondition: If Completed=1On: ShowAction: Toggle Visibility StateTarget: CompletedCondition: If Completed=1Notwithstanding that this doesn't check to see if every page is visited it does seem to work as an indication that the first and last pages have been visited.Hope this helpsAndy
Discussions have been disabled for this post