I am implementing a side scrolling android game. The player should move in a diagonal direction and the objects around him seem to move back ward.
I have structured my app like the open source project (replica island) by Chris Pruett.
I can render the obstacles and the player, but unable to move the obstacles.
Any help in this direction is greatly appreciated.