Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions error with color epxression

  • Assaf Goldlust

    March 8, 2018 at 6:10 pm

    So why dosnt it work whrn i try to apply it to a specific dimension from an array?

  • Dan Ebberts

    March 8, 2018 at 6:23 pm

    It should.

    var a = [1,1]
    a[0] += 1;

    should give you [2,1]

    Getting back to what you were trying to do before, something like this should work:

    T = transform.position.value;
    T[0] += 5;
    T

    Dan

Page 2 of 2

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