How do you spawn multiple of the same actors?

Hi there,

Making a shooter game and its mostly done looking to find out how to spawn multiple actors.

On the left spawns the users fighter plane then from the right side of the screen spawns the enemies. Looking to figure out how to spawn multiple of the same actor for the enemies in different positions.

Were new to the engine coming from mostly coding.

Thanks for the help in advance!

-Syn Dev

Comments

  • Synlight DevSynlight Dev Inactive Posts: 6
    After further researching is it just best to have a certain set of actors maybe 4-5 then have them recycle but que them to enter the scene at different times?
  • SocksSocks London, UK.Member Posts: 12,822
    You can simply place the spawner in a timer so it spawns an enemy every X amount of time.

    Like this:

    http://www.mediafire.com/?0fsk040dr2mksdd
Sign In or Register to comment.