Question
Control Layers with multiple dots
So i'm trying to use a control layer to effect hundreds of dots
https://www.youtube.com/watch?v=1UaZNcVobhg&t=293s
i've watched this tutorial and its great, i can get it to work, but after 5 mins its constantly crashing After Effects when i start duplicated all the layers to make up the hundereds of dots.
each layer has this code:
x = thisComp.layer("Gradient").sampleImage(transform.position, [.5,.5]/2, true, time)[0]; 100*[x,x]
really annoying as i need to use this effect on a job.
