I am aware of parallax and the anchor function, the problem is using scale for zoom.
I am just wanting to be able to keep text in the same spot on the screen when I zoom in and back out.
Example would be 5,5 from the top left corner of the viewport and have it ignore scale.
As of right now I have four layers. Three need to be zoomed in/out while the 4th(Hud) needs to ignore scale. Is there a way to scale all layers at once excluding one or am I going to have to scale three layers one by one with events. Will this cause a visual issue when zooming, like a small lag between layer scaling?
Perhaps there is another way of making text stay in a specific spot on the viewport that ignores scale?
I have never actually used anchor for an object before, I assume it won't ignore scale. Is there a way to make it ignore scale? Will that just be a layer problem like the text?