Activity › Forums › Adobe After Effects Expressions › error with color epxression
-
Assaf Goldlust
March 8, 2018 at 6:10 pmSo 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 pmIt 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;
TDan
Reply to this Discussion! Login or Sign Up