Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Range Selector index

  • Range Selector index

    Posted by Riccardo Sinti on April 5, 2016 at 8:01 pm

    Hello,
    I’ve done this in the past but can’t find it,

    I have a text animator “01”. The range is by character
    Start 0
    End 1

    what expression would I put onStart and End so that when I duplicate the animator the Start and End increase by 1

    thnaks

    Riccardo Sinti replied 10 years ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    April 6, 2016 at 12:21 am

    Something like this, probably:

    n = parseInt(thisProperty.propertyGroup(3).name.split(” “)[1],10);
    value + (n-1)

    Dan

  • Riccardo Sinti

    May 6, 2016 at 6:54 pm

    belated thanks,
    as always, you rock!

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