-
Checkbox to select X value or Y Value of a Layer
I don’t know if this is possible, but here is a line in my expression that is giving me trouble.
x=effect(“(S) Layer Control”)(“Layer”).(effect(“Checkbox Control”)(“Checkbox”)==1) .transform.yPosition else .transform.xPosition);
I am using layer control to select a layer and I want to use a checkbox to determine whether or not it uses data from the position X value or Y value. Any help to get me going in the right direction would be great. Thanks.
Kevin