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

2018/10/27

Actors not "saved in world"

KSH-Kinderkanti KSH-Kinderkanti

2018/10/27

#
Sometimes I have the problem that I put some objects in the world (with right-click, new..., and drag into the world) and if I want to "save the world" (with right-click on the world) they disappear from the world, although they were "registred" in the MyWorld-class. If I close Greenfoot and restart, it works fine. Did anyone encounter this problem? Does anyone have a solution (which is not to restart Greenfoot)?
delmar delmar

2018/10/27

#
Haven't seen the problem. Sounds like the world class was not recompiled properly. Try creating a new world object manually (right-click the world subclass and select "new MyWorld()", or whatever your world is called).
You need to login to post a reply.