Yes it does help but it raises other questions, very noobish questions.
So whenever under a property ‘value’ is written it means it’s pulling the value of that property ? Example if I created an expression in scale and wrote value – 80 it’d pull the current value of scale and deduct 80 from it?
When I write Value – 80 it only subtracts 80 from x and writing value -80,1 gives an error of dimension.
I now understand how this ‘Value’ function works (it pulls the value of the property under which it’s called) but dont understand yet how to use it.
ALSO
I thought [xyz] are the same as [012]
And thought writing [x variable, 1, 2] would mean writing [x variable, y z]
x = thisComp.layer("Nose Front").transform.position[0];
value - [x - thisComp.width/2, 0]
Now that you mentioned it, when I code it in my comp putting 0 1 or 2 doesnt really change the way the 2 layers behave in any way.
I have positioned the layer that is being moved above the layer that is being affected. (To create a modified parallax effect)
The only difference putting 0 or 1 or 2 makes is the affected layer slightly changes it’s y (vertical) position.
Really appreciate your responses.