Random Seed for Essential Graphics Motion Graphics Template
I am making a Motion Graphics Template for use in Premiere.
The problem I am trying to solve is to have a straight in multi-line text animation where the order of the lines are randomized (using Randomize Order in the Range Selector) every time the template is used.
I now use the following expression in the Random Seed of the Range Selector (thanks Dan Ebberts!):
seedRandom(index,true);
myValue = random(0, 1000) ;
[myValue];
This creates a static Random Seed, but it stays the same on all computers and instances of the template, thus making the animation order of the lines the same every time.
Is there a way to solve this so that every instance of the .mogrt in Premiere gets a unique random seed?
Thanks for any input.
-Oz.
After Effects CC 2017.2
