-
script to get only x position..and what does “++” do?
hi, I know
var myLayerPosition = myLayer.position;
would return an array..
but how do I just get the x value?
I know in expressionland it’s “position[0]”. I tried that, but for som reason it doesn’t seem to manipulate the data the same…?
also, what does “++” do? I know it ‘incriments’, but I’m not sure what it really does. I see it in many scripts.