Spawn Actors randomly, but never overlapping?
FlyboyTrevy_
Member, PRO Posts: 148
So I want to spawn various actors (it could be up to 15 or so) on the screen, and I want that every time you play the game, those actors are in different places. So obviously I want to spawn these randomly. The actors are about 100x100 and im running on ipad.
So how would you go about making a simple setup where you could set how often each actor is spawned (every xyxy), as well as preventing actors from spawning on top of each other (they arent going to be moving).
Thanks
TJ
Comments
Here's one way to do it (example file attached).