slider = thisComp.layer(“Null 5”).effect(“Slider Control”)(“Slider”);
thisComp.layer(“Null “+ clamp (parseInt(slider,10),1,4)).transform.position;
one last thing on this one regards to the above-
instead of the slider on null 5 telling it which null it should follow, what if i had 4 more nulls, each null had its own slider, the nulls were called null 6 though 9, and when the slider on null 6 was > 1 then it would follow the position of null 1, and when the slider on null 7 was > 1 then it would follow the position of null 2 and so on all the way to null 4. does that make sense?
thanks!