Making an object move in a landscape in 2D

Hi! I have hardly ever made any moving graphics programming. I have however made a lot of other programming.

I have an iPhone and want to made a game where an object moves in a landscape and the screen follows the object like a camera.

Could anyone point me in the right direction or maybe some tutorial?

Take a look at the Getting Started page of the wiki, especially the list of tutorials at the bottom. This should help you get started with OpenGL.

The iPhone actually has OpenGL ES (for Embedded Systems), but it’s mostly the same.