-
motion trail scale array question
so I have a little cursor and I’ve animated one layer. I duped the layer and added expressions to position and opacity from a tutorial I found online to create a motion trail. I’m trying to add an expression to scale to have the trail slowly taper:
x = thisComp.layer(index-1).transform.scale-10;
y = thisComp.layer(index-1).transform.scale-10;[x,y]
howeve, After Effects keeps giving me this error
After Effects warning: array piece can’t expand to more than one value
Expression disabled.is it the index-1 thats confusing it?
Thanks for any help in advance.
AK
x = thisComp.layer(index-1).transform.scale-10;
y = thisComp.layer(index-1).transform.scale-10;[x,y]