I've bumped into this very VERY annoying error.
I got this shoot em up project, and I've pretty much completed the first level, so naturally I want to show the hud now.
So I added a new layer, put it at the top of the other layers, and set its Parallax to 0,0.
The problem is that the Image objects I add to this layer appear so high above the place where I really put them in, they don't even appear on screen.
I just realised that I ought to manually place the life bar at the top of the layout. But no matter where or how many life bars I add, even if the "Parallax on Editor" shows me where these life bars are, when I run the game they're nowhere to be seen. And I've literally cluttered the whole screen with them to try to manually calculate where exactly the "real" life bar is at.
This thing is giving me a really hard time.. IS there an in-depth tutorial on how to handle Parallax? Because it's annoying me a lot.
Peace!