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

2014/12/11

Saving a world--Please help

nh3h nh3h

2014/12/11

#
Hello--I'm working on a group project and we have to create a maze. I've done the programming part, but need to fix the maze that another member of my group created. How can I save the fix, so that it doesn't revert back to the previous version when greenfoot closes or compiles?
danpost danpost

2014/12/11

#
If you are fixing it by manually adding and/or moving actors, then you can 'Save the World' to save the changes. Either right-click on the world and select 'Save the World' (at the bottom of the drop-down) or select 'Controls>Save the World' from the menubar. By doing so, the code representing the steps you took to change the maze will be added to your world class.
You need to login to post a reply.