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

2012/9/8

Newbie Question

mncomic mncomic

2012/9/8

#
I have Greenfoot installed on my XP laptop using JDK...when I attempt to save or compile my world goes blank. Am I missing a setting? Thanks
SPower SPower

2012/9/8

#
Have you added any Actors or changed the background of the world?
ManiHallam ManiHallam

2012/9/8

#
You can do a right click on your world object (anywhere on the world's background), then choose "save the world". your world will be saved as default. anywhere on the World's background > Right-click > Save the World I hope it does help you to solve the problem. :-)
SPower SPower

2012/9/8

#
What will happen when you do what ManiHallam says is that there will be some code added to your subclass of World, which adds the objects you have in your world at that point.
You need to login to post a reply.