Activity › Forums › Adobe After Effects › Making a count down but not with Time Code…
-
Making a count down but not with Time Code…
Posted by Greg Burke on January 27, 2012 at 10:13 pmHey all I need to a count down starting from 307,006,550 going down I need to be able to adjust the speed while its going down. any thoughts? I keep finding tutorials on CLOCK count downs using timecode.
I wear many hats.
https://www.gregburkepost.comI wear many hats.
http://www.gregburkepost.comPaul Roper replied 14 years, 3 months ago 4 Members · 6 Replies -
6 Replies
-
Michael Szalapski
January 27, 2012 at 10:53 pmYou should be able to use the numbers effect. Now, there may be a limitation on the upper limits, but a couple different copies of it with expressions in place should do the trick.
– The Great Szalam
(The ‘Great’ stands for ‘Not So Great, in fact, Extremely Humble’)No trees were harmed in the creation of this message, but several thousand electrons were mildly inconvenienced.
-
Greg Burke
January 27, 2012 at 11:03 pmNumber effects? is it built into Cs5.5? A filter? Could you give me a bit more detail please. 🙂
I wear many hats.
http://www.gregburkepost.com -
Paul Roper
January 28, 2012 at 12:21 amIt’s under:
Effect > Text > NumbersJust apply it to a solid. In the effect controls, set the ‘Type’ to number, then keyframe the ‘Value/Offset/Random’ number. But this only goes up to 30,000, so you’ll need to do some kinda layer duplication to get the effect you need.
or….(much better)….
Create a new empty text layer (double-click the text T icon).
Add a slider control to it (Effect > Expression controls > slider). Click the twirly arrow to show the Slider Control in the Effects part of the timeline.
Open the Text twirly arrow to reveal the Source Text keyframe stopwatch. Option-click it to apply an expression. Pickwhip from the Source Text to the Slider you’ve just created.You can now keyframe the slider, and the text will show the amount. But you can only make your slider go up to 1 million, so if you edit the expression in the source text from:
effect(“Slider Control”)(“Slider”)
to
effect(“Slider Control”)(“Slider”)*1000
you can then set your slider to 307006.55 to make the number display your gargantuan 307006550. It won’t have the commas, though. To display “1”, you’ll have to set your slider to 0.001.
Make sure you use a monospaced font – it will look much better when animating up/down.
– Paul
-
Roland R. kahlenberg
January 28, 2012 at 3:34 amIf you’re not averse to Expressions, then I suggest that you use the Text Tool. A search in the COW’s AE Expressions forum should provide a viable solution for you.
HTH
RoRKIntensive AE & Mocha Training in Singapore and Malaysia
Adobe ACE/ACI (version 7) & Imagineer Systems Inc Approved Mocha Trainer -
Greg Burke
January 28, 2012 at 7:34 amYa…thanks but its not working, its giving me a random number and a bunch of extra numbers i dont want while i key frame down Just need a simple count down starting at
300000000 downI wear many hats.
http://www.gregburkepost.com -
Paul Roper
January 29, 2012 at 9:48 pmDid you try my method with the expressions? That wouldn’t give you random numbers. It will give you exactly what you need.
Reply to this Discussion! Login or Sign Up