Change Position of Text Depending on Value of Slider
I have a text that outputs the value of a slider I have set up. I would like the text to change position when it goes from 1 digit to 2 digits so that it will stay centered.
I was trying to create an If/then statement to do so. Here is how far I've come, I may be way off:
if (thisComp.layer("Control").effect("Slider Control")("Slider")>18) 956, 532;
So If the slider value is greater than 18 then the text position will be 956, 532.
Cheers,
Evan
