Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE AFTER EFFECTS: ForumAE BasicsAE ExpressionsTutorialsArticlesPodcastsMotion GraphicsTrainingCinema 4D

Countdown numbers expression?

Cow Forums : Adobe After Effects
Countdown numbers expression?
by Tara Devlin on Aug 1, 2008 at 5:31:08 pm

Can someone help with an expression that generates a number countdown or point me in the right direction?

Thanks,

Tara



Respond to this post   •   Return to posts index

Re: Countdown numbers expression?
by Kevin Camp on Aug 1, 2008 at 11:17:04 pm

something like this will countdown each frame:

t = time / thisComp.frameDuration;
value - t;


just create a text layer, enter a number (say '100'), then paste that expression into the source text expression field, and it will count down by 1 for every frame. you could add a multiplier to the 't' variable to have it count down differently:

n = 10;
t = n * time / thisComp.frameDuration;
value - t;


now it will count down by 10 for each frame.

Kevin Camp
Senior Designer
KCPQ, KMYQ & KRCW

Respond to this post   •   Return to posts index

Re: Countdown numbers expression?
by Mike Clasby on Aug 2, 2008 at 1:16:38 am

I like this universal counter from Dan, very versatile:

http://www.motionscript.com/design-guide/counter.html

and his Universal up/down clock, here;

http://www.motionscript.com/design-guide/up-down-clock.html






Respond to this post   •   Return to posts index

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>


FORUMSTUTORIALSMAGAZINEDVDsBOOKSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]