Custom Progress Bar

Use a Custom Progress bar with 13 increments.Create 13 variables, one for each activity. Set them to 0 initially. As the user completes an activity, set the respective variable to 1 on its page.At the chapter level, have actions like this:Set a temporary variable to 0.Add the first variable to the temporary variable by using a modify variable action and putting Var(first variable) in the value field.Add the second variable to the temporary variable....Add the 13th variable to the temporary variable.Set the progress bar to the temporary variable by putting Var(temporary variable) in the Value property.Edited By: Ben Pitman on 2008-6-4 17:0:6

Discussions have been disabled for this post