Numbers counter with commas that goes into millions
4 posts • Page 1 of 1
Numbers counter with commas that goes into millions
It stops at 1 million and the comma goes whacky and stops 1000,000 like that.
How can I do this?
How can I do this?
twitter.com/videography
- Director
- Posts: 382
- Joined: 08/1/2008, 6:25 pm
Re: Numbers counter with commas that goes into millions
Director wrote:It stops at 1 million and the comma goes whacky and stops 1000,000 like that.
How can I do this?
Could you give some more details on this? Such as how long you want to counter to last, etc?
-Nate
- Penguino138
- Posts: 230
- Joined: 04/26/2011, 9:36 pm
- Location: Idaho, US
- Twitter: @natelovell99
Re: Numbers counter with commas that goes into millions
Is that comma to separate millions and thousands, or for decimal point? The numbers counter effect just goes to 1000 (with the slider) or 30000 (with manual input) with 0-10 decimal places.
For a simple counter, you can make a text layer and put an expression like the following for the source text:
Math.round(time*157681697.125756362)/1000
That multiplier depends on your needs -- this gives a running number that goes into the millions and further with (up to) 3 decimal places.
For a simple counter, you can make a text layer and put an expression like the following for the source text:
Math.round(time*157681697.125756362)/1000
That multiplier depends on your needs -- this gives a running number that goes into the millions and further with (up to) 3 decimal places.
- star+circle
- Posts: 935
- Joined: 12/6/2014, 3:07 pm
- Location: Finland
4 posts • Page 1 of 1