I am experimenting with an infinite runner style game.
I currently have the character sprite with platform behaviour and the 'hazards' flying forwards it from the left with bullet behaviour.
The hazards are set to solid.
The problem is I want my character to be able to jump on top of the hazards. Every time it does though, it is dragged off the left of the screen.
Does anyone have any suggestions?