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

2019/5/30

Put objects automaticly into my world

Gre3n0 Gre3n0

2019/5/30

#
Which code do I need if I want to put objects in my world if I press run?
Gre3n0 Gre3n0

2019/5/30

#
I mean that the objects get placed by greenfoot.
danpost danpost

2019/5/30

#
Gre3n0 wrote...
Which code do I need if I want to put objects in my world if I press run? I mean that the objects get placed by greenfoot.
I believe you want to use the started method of the World class.
You need to login to post a reply.