This site requires JavaScript, please enable it in your browser!
Greenfoot back
budihck
budihck wrote ...

2013/3/9

change to world

budihck budihck

2013/3/9

#
help, how to change the way the world views source example thanks
danpost danpost

2013/3/9

#
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).
You need to login to post a reply.