Re: Trouble with counters.
The initial value is set to 0 by deafult. Try this:
Initial Value = 100
Minimum Value = 0
Maximum Value = 100
The initial value is the value of the counter when it starts.
Hope this helps!
Re: Trouble with counters.
THANKS! Guess what the problem was? I set the max and the min to the same without thinking. I know, I'm an idiot. My initial value was fine, but I wasn't paying attention and accidently set them all to 80. I checked everything but the obvious :p
Thanks for getting me to check it.