Hello all,
Just making a quick platformer with a scrolling screen for the iPad or iPhone in landscape. Currently I have a move left sprite, move right sprite, jump sprite and fire sprite located on the lower half of my display. I have 3 layers, GUI, Main and background.
When my character hits about the center of my screen moving horizontally, the screen begins to scroll and SO DO MY CONTROLS! I have placed my controls on the GUI layer but I can figure out how to make them stay in one spot but still have the screen scroll with the player.
Thanks for any help with this.