-
Error with opacity expression
Having an error with this opacity expression in CC2019:
opacityEven = 50;
opacityOdd = 100;
f = timeToFrames();
if (f%2 == 0) opacityEven else opacityOddMessage:
After Effects warning: Expression Disabled
Error at line 1 in property ‘Opacity’ of layer (‘xyz’) in comp
‘xyz’.Undefined value in expression (could be an out of range array subscript?)