-
Randomize Position Offset
Hey All,
I am trying to randomly offset the position of a layer based on it’s current value without separating it’s X and Y dimensions. Anyone know if this is possible?
I would also like to freeze the random value returned in place. This is what I have so far on the position property and it seems completely wrong. Thanks for any help.seedRandom(index, true)
a = random[value+50,value-50];
b = random[value+50,value-50];
[a,b]