Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Number Count up

  • Number Count up

    Posted by Yoshi on October 14, 2005 at 7:32 pm

    Hi, all.
    I need help for Number Count Up graphic.
    Basically, I need to make Count up graphic from $100 to $1000 in a couple sec.
    So, I think I need to have some script which count up from 100 to 1000.
    Does anyone know how to do it?

    Thanks, Yoshi.

    Mari Nieminen replied 14 years, 2 months ago 8 Members · 8 Replies
  • 8 Replies
  • Dan Ebberts

    October 14, 2005 at 8:30 pm

    A text expression like this should get you started:

    beginTime = 0;
    endTime = 2;
    startVal = 100;
    endVal = 1000;

    “$” + Math.round(linear(time,beginTime,endTime,startVal,endVal))

    Dan

  • Matt Larson

    October 14, 2005 at 9:03 pm

    Thank you for that! That’s one of those things I struggled through doing manually a year ago….guess I should have posted here!

    Another new addition to my bag of tricks courtesy of the COW

  • Mike Moon

    June 23, 2009 at 5:13 pm

    where do you put that script?

  • Mike Moon

    June 29, 2009 at 6:32 pm

    nm it was in front of my face

  • Ariel Brener

    July 15, 2009 at 9:17 am

    Works great thanks!
    Now let me challenge you!
    how do you EASE to the target number?

    ٩(̾●̮̮̃̾•̃̾)۶
    ADOBE MASTER COLLECTION CS4
    Win Vista Ultimate 64bit
    RAM: 8GB (Corsair 800Mhz)
    CPU: Intel Quad Core 2.4Ghz (Q6600)
    GPU: ATI x1950XT 256MB
    MB: Asus P5K Deluxe WiFi-AP

  • Aqeel Fikree

    July 27, 2009 at 7:28 pm

    Hi, I’ve used your count up expression and it works like a charm. Can I add something to change the figures in steps of let’s say 10s or 100s.

    Thanks.

  • Brad Magnus

    March 24, 2012 at 10:46 pm

    This thread is 2 years old now, but I spent the better part of a couple hours looking for an answer, so I thought I’d post what I did here.

    In order to ease into the final number, I used the built in feature of AE, Numbers. That way I had access to keyframes, and my usual ways of controlling easing (ie. eaze and wizz)

  • Mari Nieminen

    May 23, 2012 at 10:17 am

    I also tried using the text effect numbers and here comes the but. I am using sure target to control the camera and I do not know why, but the number effect “do not line up”. In the effect control panel, there is no z value for the position which makes me think the effect does not work with camera (which can not be…).

    I have one main comp where I have “sub-comps”, all layers 3D turned on (and continuously Rasterize). Everything else work fine but the text effect numbers. They act as if being regulas 2D layers. Any ideas…?

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy