What is the best way to make background scroll vertical in platform games?
KIIVIIN
Member Posts: 159
Hello,
Im working on a platform game were my Camera follows the Player.
Standing still and while moving I want the background to move slowly to the left and also add some clouds that move to the left little bit slower.
What is the best way to do this? Should I use move rules on the background or?
What is your best way to do this?
Regards !
Comments
Search the forums and google for parallax there are LOADS of tutorials and templates out there.
Here's the first result from google, one on how to do it horizontally - easy to change to vertically:
I know how to get it to work.. My question is more towards a suggestion. WHATS THE BEST FOR my situation / game.