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

2020/4/1

How can i spawn some things random ?

schniggi schniggi

2020/4/1

#
I tried a lot of things and also searched for a lot of things but i dont know how to do it. I just want to spawn 3 objects on random places. Can someone help me?
danpost danpost

2020/4/1

#
schniggi wrote...
I tried a lot of things and also searched for a lot of things but i dont know how to do it. I just want to spawn 3 objects on random places. Can someone help me?
Get random x, get random y, create and add object at (x, y). Repeat twice.
schniggi schniggi

2020/4/1

#
Could you please send me an example i donn know how to write this correctly
danpost danpost

2020/4/2

#
schniggi wrote...
Could you please send me an example i donn know how to write this correctly
What have you tried?
You need to login to post a reply.