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

2012/10/23

Menu question

BradH BradH

2012/10/23

#
Hello, I was wondering how to make a world transition into another world like a menu to a game level by pressing a button like "space" Thanks in advance
erdelf erdelf

2012/10/23

#
To make a menu look at this scenario: http://www.greenfoot.org/scenarios/5679 For the world transition use this command:
greenfoot.setWorld(new YourWorldName());
You need to login to post a reply.