-
Class ‘Layer’ has no property or method PROBLEM!
Hey I am using the expression:
x=this_comp.layer(1)
[x.position[0], x.position[1]];this is only within the position property. I have 2 solid layers and this expression is on the second layer, but I am getting this error:
“Class ‘Layer’ has no property or method named ‘x'”
Is this a legal way to declare a variable, if not what am I doing wrong? Thanks a ton in advance and happy holidays!