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

2013/1/31

Menu stuff

comandodude101 comandodude101

2013/1/31

#
Ok I think I kind of understand menu's but how can I make it so that if you click a menu button it goes to the game?
MatheMagician MatheMagician

2013/1/31

#
You could use a world as a menu and have a separate world for the game and then use the setWorld(new GameWorld()); method to change the gamestate when the menu is clicked.
You need to login to post a reply.