Spawning a mob of the same actor
butterbean
Member Posts: 4,315
I want to spawn a mob of creatures running away in a platformer in a group from the right side of the screen to the left at the beginning of the level.
How would I do this?
I thought about doing 2 timer attributes, ie: for 5 seconds, every .1 seconds, spawn "actor"
They would be non-collidable, just moveable, and more of an extra to the scene
How would I do this?
I thought about doing 2 timer attributes, ie: for 5 seconds, every .1 seconds, spawn "actor"
They would be non-collidable, just moveable, and more of an extra to the scene
Comments
The thing is if you do it your way, you're gonna need like 7 spawners to create a jumbled looking mob. It's gonna end up as a big inefficient mess.