Parallax background/scrolling

Hello everyone,

I have been trying to understand how this works. I’ve been watching some videos and reading articles. I’ve watched the tutorial by Mark Falkland. After 14 videos, I realized that his tutorial somewhat outdated, it was designed for iPhone 3. The source code itself won’t compile and has some runtime errors.

Is there any other tutorial (vidoes) that I can learn from about updated parallex backgound type of game?

http://www.youtube.com/watch?v=0GtUxdSeWzk&feature=youtu.be

Thanks

Mark Falkland posted very recently a Flappy Bird clone tutorial I believe. That project should build and would have a good way to understand parallax use. Good luck. 

Yes he does have a Flappy Bird tutorial. But I believe the flappy bird only has the foreground moving. I like his older jet tutorial where it has 3 or more images moving.

As far as I know, you just add multiple layers of background and you move the furthest layer slower. There is not a distinct number, just whatever works for you. Add another layer back of the current background and move it slower, that should do it.

Mark Falkland posted very recently a Flappy Bird clone tutorial I believe. That project should build and would have a good way to understand parallax use. Good luck. 

Yes he does have a Flappy Bird tutorial. But I believe the flappy bird only has the foreground moving. I like his older jet tutorial where it has 3 or more images moving.

As far as I know, you just add multiple layers of background and you move the furthest layer slower. There is not a distinct number, just whatever works for you. Add another layer back of the current background and move it slower, that should do it.