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

2021/10/4

Levels game

eagcon1 eagcon1

2021/10/4

#
SO, I want to make a game with levels & multiple worlds. I want to change the world for different levels. it is basically a space shooter game
Gbasire Gbasire

2021/10/4

#
If you have your worlds named for example World1 and World2 and you want to switch from World1 to World2, just do this :
Greenfoot.setWorld(new World2());
You need to login to post a reply.