Ok so I used the Plugin “Expression Universalizer 4” to make my expressions universal.
I corrected the position on the X axis of the “r2” shape layer by adding this to the xPosition: “
compWidth = thisComp.width;
shapeWidth = thisLayer.sourceRectAtTime(time, false).width;
centerX = (compWidth – shapeWidth) / 2;
centerX;”
And Now, everything is PERFECT!!!
THANK YOU SO MUCH for your help!