I'm trying to make something like a pinball game that only scrolls vertically and I'd like various parallax layers, but it seems like they layers get anchored to the top of the layout so that when the viewport scrolls to the bottom of the layout, the layers are all scrolled according to their parallax settings rather than being aligned. Sorry if I've not explained this well - this capx shows the issue:
dropbox.com/scl/fi/oygrcr57wiqaqzqbrjybz/VerticalParallaxTest.c3p
Any ideas how I can solve so that all the layers are aligned as per the layout view in the editor, then scroll according to their parallax settings as the player moves upwards?