-
Trying to find a better way to make a counter.
I’m trying to make a counter to go form 5000 down to 0000
With keys, a slider effect and this script I have a counter that goes from 5000 to 0.
slider = effect(“Slider Control”)(“Slider”);
Math.round(slider/1)I did a pick whip expression to link a text layer to the slider’s value.
Can anyone tell me how to convert the numbers with less than 4 digits into a 4 digit number?
Thanks,
Adam