Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions 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.

    Matt Larson replied 20 years, 7 months ago 3 Members · 2 Replies
  • 2 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

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