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

2019/9/1

Creating a new World

Proprogrammer04 Proprogrammer04

2019/9/1

#
Hi there, For a program, I need to make a new World, while the program is running on another world. Is this possible, and if, how?
danpost danpost

2019/9/1

#
Proprogrammer04 wrote...
Hi there, For a program, I need to make a new World, while the program is running on another world. Is this possible, and if, how?
Use:
if ( .?. ) Greenfoot.setWorld(new World2());
Proprogrammer04 Proprogrammer04

2019/9/3

#
Ah ok, trank you! ;-)
You need to login to post a reply.