-
Random positions
Hey everyone.
This is my firts question as I am new to After effects and found this forum.
Well, I have a composition with many layers (more than 200 pics) I needed to spread them appart so I used this expression in each one:
range = 10000;
x = random(-range,range);
y = random(-range,range);
z = random(-range/2,range/2);
[x,y,z];The thing is I want them to stay in that position, but I found that they change every frame. How can I resolve this?
Thank you.
range = 10000;
x = random(-range,range);
y = random(-range,range);
z = random(-range/2,range/2);
[x,y,z];