Hi Dan,
Firstly, many thanks for the reply, you’re an inspiration to many AE’ers!
Keep up the great work in helping the community!
The expression worked great, so I replaced any values which were unique to that layers number, to a slider number to match the #NUMBER of that layer.
The result was as follows! So I could just paste it on each layer.
Would you happen to know where I can learn more about what expressions to use and when, most of the time I know what I need to do, just not the language!
num = thisComp.layer("Sure Target").effect("Sure Target")(18);
if (num < effect("Slider Control")(1))
z = ease (num,effect("Slider Control")(1)-1,effect("Slider Control")(1),0,900)
else
z = ease(num,effect("Slider Control")(1),effect("Slider Control")(1)+1,900,0);
value + [0,0,z]