How would I make a falling game?
Mainly how would I make my sprite fall yet still being able to move him left and right
Any help would be great thanks :)
Think of it this way: Don't make the player fall. Make everything else move up.
This will prevent layout size limitations.
Develop games in your browser. Powerful, performant & highly capable.
As sqiddster said , make the background scroll without the player !
I usually just make sider scrollers. I've never made the background scroll before, how would I go about doing that?