Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Count numbers up in intervals

  • Count numbers up in intervals

    Posted by Zach Long on October 1, 2015 at 8:51 pm

    How do I tell this number counting expression to go in intervals of 10,000?

    Thanks for any help!

    startCount = 80000;
    endCount = 500000;
    countDur = 200;
    s = "" + Math.round(linear(time,0,countDur,startCount,endCount));

    if (s.length > 3){
    s.substr(0, s.length -3) + "," + s.substr(-3);
    }else{
    s
    }

    Zach Long replied 10 years, 7 months ago 53,918 Members · 1 Reply
  • 1 Reply
  • Zach Long

    October 1, 2015 at 9:35 pm

    Disregard. Will make a “0,000” static layer and just count up from 8 to 50.

    Duh.

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