-
Random positions
Hello everyone
This is my first question here.
I have a composition with many layers about 50+ layers each one is animated
I want them to pop out in random position so I used this expression for each one;
seedRandom(index, true);
x = random(0, thisComp.width);
y = random(0, thisComp.height);
[x, y]but some of layers are overlap and out of comp space.
I want them being separate and not overlap each other and still in comp space.
This is my current result here:
comp1.pngThank you.