Question
Help with Checkbox expression transforming position of Layer
Hi I need some help with this expression, I keep getting an error saying expression must be a result of dimension 2 not 1.
This is the current expression
x = transform.position[1];// current location of object x axis
y = transform.position[1];// current location of object in y axis
x1 = 1 ;
Y1 = 1 ;
cb = effect("1-1")("Checkbox") ;
if (cb ==1) {
{x1,Y1};
} else {[x,y];}
