: How to count over 1,000,000 in After Effects? I'm using After Effects CC and I want to count numbers over 2,000,000. There are two effects I tried to use: "slider control" - the problem
I'm using After Effects CC and I want to count numbers over 2,000,000. There are two effects I tried to use:
"slider control" - the problem with this effect it has limit to 1,000,000 and I can't enter a higher value.
"numbers" - it has the same problem, it is limited to 30,000 and I can't enter a higher value .
What can I do to count over 1,000,000?
Thank you.
More posts by @Kaufman565
5 Comments
Sorted by latest first Latest Oldest Best
I don't know if you still need this but I managed to solve this problem recently:
Multiply the slider. For example if you want to get to 2 000 000, then multiply it by 2.
you can use a point control instead of a slider which is not limited to 1,000,000
or you can use this Counter preset that does the same but faster: www.vdodna.com/products/counter-preset/
According to a post on Creative Cow, you can use the angle control.
I needed a number in the hundreds of millions, so I enter that as an angle value, and I then had to add one line expression to my text layer's source text value:
effect("Angle Control")("Angle")/360
Maybe you should use a text layer with an expression to about 3,000,000.
Here's an example that count from 0 to 3,000,000 in 4 seconds:
startCount = 0;
endCount = 3000000;
countDur = 4;
Math.round(linear(time,0,countDur,startCount,endCount))
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.