How do I keep a frame in the same place whilst moving it's parent object?

I’d suspect that frame isn’t being scaled relative to the screen. Consider scaling the frame to scale to the screen with the size 1, 0, 1, 0, and then apply any padding on the x and y offset values.

Here’s a tutorial if you don’t understand:

2 Likes