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

2020/2/23

Spawning an Actor randomly inside a certain Area

JacobM2612 JacobM2612

2020/2/23

#
Hi, I'm trying to spawn an object (Actor) within a certain area of my workspace randomly, having a new object spawn every few seconds. How would I do that? Thanks :)
danpost danpost

2020/2/24

#
A coordinate value would begin with the lowest value to spawn at. The random additional amount would be the highest value minus the lowest value plus one.
You need to login to post a reply.