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

2012/12/30

Pausing scenario

Brina Brina

2012/12/30

#
Hi. So im making a crab game and it start with title page where it basically introduces the game. So I'm basically wondering how I can make it so that until you press enter, the game won't start and you can't see the game layout etc.
danpost danpost

2012/12/30

#
The easiest way is to instantiate a different world that shows the title page and waits for the enter key to be pressed, when the crab world would then be instantiated.
You need to login to post a reply.