If you are asking about changing the background image of the world, the World class documentation of the Greenfoot API (accessed via the 'Documentation' link near the top of the page) has methods that deal with getting and setting the background image. The image is a GreenfootImage object, so you may want to see what methods are available in that class also (as well as its constructors).