I am making a golf blitz type game. I made a zoom trigger sprite, when the ball is overlapping with the zoom trigger sprite, the screen will zoom out and when the ball's physics is sleeping, it will zoom in. I added a score text and a pause button and the problem is that when the screen is zoomed out, the pause button is resizing to small and moving and when it zoomed in, it is back to normal. And it is also happening with the score text. The pause button has tween behavior and the score text has a anchor behavior. How can I fix this.