Delay multiple comps with random start times
Hi,
I am a complete newbie to AE expressions. I have 24 comps that I don't want them all to start to play at the same time, I would like them to start randomly, essentially randomly delay each comp by a few seconds. I don't want to stagger the comps as the project may grow and I would rather use an expression if possible.
I found the code below but I am getting an error. Can someone please advise me? Any help would be greatly appreciated.
//time remap
delay = 5;
framerate = 25;
n = name - 1;
d = n*(delay)/framerate;
t = thisLayer.timeRemap.valueAtTime(time-d);
[t]


