Mobile app version of vmapp.org
Login or Join
Kaufman565

: 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

@Kaufman565

Posted in: #AdobeAfterEffects #Numbering

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.

10.05% popularity Vote Up Vote Down


Login to follow query

More posts by @Kaufman565

5 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan765

I don't know if you still need this but I managed to solve this problem recently:

10% popularity Vote Up Vote Down


 

@Vandalay110

Multiply the slider. For example if you want to get to 2 000 000, then multiply it by 2.

10% popularity Vote Up Vote Down


 

@Chiappetta793

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/

10% popularity Vote Up Vote Down


 

@Sarah814

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

10% popularity Vote Up Vote Down


 

@Kimberly620

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))

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme