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

2012/11/15

Switching worlds

jdc4aub jdc4aub

2012/11/15

#
What is the command to switch from gameWorld to menuWorld?
MatheMagician MatheMagician

2012/11/15

#
Greenfoot.setWorld(new menuWorld());
You need to login to post a reply.