Auto Scaling Text Position Lock
I'm working on making some MOGRT's and I have been learning about auto scaling text with a corresponding text box. I've been able to follow enough tutorials to make the text box hold on the left side of the screen and have the text expand from the left without going past title safe borders.
My hold up is trying to do the opposite and have text reference the right side of its position and build out from the right so I can have motion graphics on the right side of the screen. I followed this video to get the text to scale and then to hold to the left. Essentially references the height and width as well as the padding and divides by two and then i use value + and a value to have it line up on the left side.
value + thisComp.layer("THIRD_LINE_CONTROL").effect("WIDTH_HEIGHT_EDGE")("Point")[0]/2
For the life of me I cannot figure out how to accomplish the same result but on the right side of the screen. As sourceRectatTime only has a left reference what is the formula to have go to the right?
