Hello everyone,
First post of mine. Been lurking for a while and reading a lot. I have searched and searched for an answer to this, but I cant find anything matching my situation.
Basically, I am trying to figure out how to do an infinite background with parallax that follows the camera. I have seen lots of tutorials about infinite backgrounds that are continuously moving, but none about following the camera.
I have a method that works, kind of, but it is very jerky and looks odd.
Basically I set the Y position of the background to above the Viewport once the Y position of the background gets below a certain point. This looks OK without parallax (although not perfect), but when I set parallax in the layer properties it gets wonky.
Here is the capx:
dropbox.com/s/fsg0cyc3l3afypg/BgScrolls.capx
Thanks!!