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

2016/5/30

Reset a game

Dora Dora

2016/5/30

#
Hello to everybody. I'm new in Greenfoot programming (and java ) and I would like to ask you how can I restore the world when the hero loses and start from the beginning?
danpost danpost

2016/5/30

#
Dora wrote...
Hello to everybody. I'm new in Greenfoot programming (and java ) and I would like to ask you how can I restore the world when the hero loses and start from the beginning?
The line of code:
1
Greenfoot.setWorld(new MyWorld());
where, MyWorld is the name of your World subclass should do the trick.
Dora Dora

2016/5/31

#
thanks a lot
You need to login to post a reply.