Progress bar
October 15, 2008 12:00 AM
You can do it with a Custom progress bar and 5 actions plus your button.1. Create a Custom Progress bar, NOT a Timer one.2. Create an Action Group with these two actions:a) Action: Modify Variable; Target: Variable1; Value: 1; Modification: Addb) Action: Set Progress; Target: Progress bar; Value: Var(Variable1)3. Your pause button needs to have an action that sets Variable2 to "p".4. Your Resume button needs to have an action that sets Variable2 to "r".5. Create a page level On Timer action that Runs the action group every second WITH THE CONDITION TAB set to Variable2 = r.To start, run action 4.If you need to restart, set Variable1 to 0.Edited By: Ben Pitman on 2008-11-12 8:12:49
Discussions have been disabled for this post