I put my games levels together by adding all the elements in with code one by one which gets annoying since I have to run the game constantly to make sure things are positioned correctly as the game scrolls. Sure adding the background is easy, having it scroll as the user walks and moves is easy but once scrolling begins all the elements move alone with it and placing the elements perfectly is a hassle. How do you guys do it? How do you put your game map together in game?
There has to be an easy way… Right?