I am struggling with this one,
I have a layout that is using parallax layers all moving at different scroll rates, and an object that moves from layer 0 through to layer 7..
the problem is that as it changes layer it maintains it's x, but the layers x is offset due to the parallax scroll, causing a visible shift, so I need to place the object, and move the object to an absolute x that is indifferent to the layers scroll rate, is this possible?...
thanks.