The easiest timer I have seen is to use system-every 1 seconds-add 1 (to global time variable). So for a count down you could set time variable to your amount and use subtract 1 every 1 second.
In your every 1 second event just have it add 1 (or 3,5,10.. whatever looks right) to width of your progress bar sprite.