Thanks for your help. Can anyone give a more elegant way of positioning the pre-comps in a grid rather than just dragging them? Some kind of expression?
p = [index*precomp.height];
[p,0]
Something a bit like the above for the x? Don’t really know how to make the next columns of the grid etc.
Also what is the best way of randomly offsetting the start times of the precomps, rather than just dragging them on the timeline? Again an expression would be great.
I am dealing with a lot of grid cells and really just want to speed up the process of animating.
Thanks again.