-
4 digit counter expression help
So I’ve created a very basic number counter with the following expression on my text layer:
num=effect(“Slider Control”)(“Slider”);
Math.round(num/1)*1;
It works fine. I set my key frames on my slider control and it counts. The problem I have is that I want it see 4 digits at all times. i.e. starting at 0000 and finishing at 0100, instead of 0 to 100. How do I add the extra digits to my counter expression?
Any help would be greatly appreciated.