-
Applying a Glow to a bunch of layer and using a slider to control the random
Hello, I recently asked a question like this and I got some excellent help but I’m stuck on something. I have this expression:
n=thisComp.layer(“Glow Null”).effect(“Glow Slider”)(“Slider”);
n*indexApplied to a layers “glow intensity” and the slider controls the glow intensity but how do I apply this to each layer, yet have each layers glow intensity random based on the slider?