Hey,
I have some problems with writing a basic scrolling camera in Greenfoot. I have understood the basics of "scrolling" in video games (The world moves not the character, it has to move when the player comes near the edge of the screen and so on). However I dont really know how to start. I know there are already some solutions in form of finished scenarios, but I dont want to use them, because I am here to learn and understand and not to copy code just to finish my project.
The camera I want to programm is ment for a Jump 'n' Run and should only move Left and Right.
(I need some kind of object as the camera because I later on want to to programm background that moves acording to the cameras position)
I think I just need a little push in the right direction so please dont post a finished piece of code.
Thanks for helping
Tritos

