-
Lock my Position
Hi everybody!
I think is a simple question but i don’t know how to formulate it so…I have shape that’s lock on th X axis. here the expression that I use:
x = value[0];
y = 110;
[x,y]So i can move the x axis and the Y axis is lock to 110.
But what i would like is to lock my X axis between two value.
For example my shape position will be lock betwwen 100 and 400 pixel on the x axis..So how should i write this???
Thank you!!