Chapter Completion status
February 19, 2009 12:00 AM
Yes, it is a common practice.Assign a variable to each chapter. I like to name mine Chapter01Visited, Chapter02Visited, etc. These are initialized to 0. On the last page of each chapter, I add an action at the page level. On Show, Modify Chapter01Visited to be 1. On the contents page, I place images of check boxes next to the chapter name. I mark them as initially not visible. Every time the contents page runs, I have several actions run. On Show, Show Chapter01CheckMark, If Chapter01Visited Is Equal To 1.I do this for all chapters.As an added bonus, if you want a Next button to appear only after all three chapters have been visited, you can add the Next button that is not initially visible. Just like the check marks, the button shows on a condition. In this case, you want Chapter01Visited Is Equal To 1, Chapter02Visited Is Equal To 1, and so on.Kevin
Discussions have been disabled for this post