Hey Steve.
Thanks a million. If you can help with this, I will be eternally grateful. My stress level is a bit high right now.
It had the right effect but the rotation of the text layer but wasn’t quite right. The rotation of the text layer came out as an elipse, rather that the perfect circle around the center point.
I may not have followed your direction perfectly.
I set my anchor point of my text layer to (-320, -180) in a square pixel 640×360 comp. My Null Anchor point is (0,0)
I dragged the pickwhip from the rotation expression in my text layer – to the rotation control in my null layer.
This was the expression created
thisComp.layer(“Null 5”).transform.rotation
I tried to multiply by -1, and I could have done this incorrectly. Below is my attempt at multiplying by -1.
thisComp.layer(“Null 5”).transform.rotation*-1
Is this correct?
If correct, could there be another problem with my anchor points? Thanks again for trying to help.