I am creating a game where the player ski's across a level and the way I'm doing this is by have static bodies representing the terrain. I think the best way to do this is have the static bodies scrolling across the screen and the player is forced to roll across them. However when I move the bodies manually (at the same speed of the player), the player just gets stuck inside the terrain.
What is the best way to go about this? I don't want to start moving the camera because that will just lead to annoying issues later.