how to spawn random actor every ... seconds at random spawn points

hello,

i'm new to Gamesalad and i just can't figure out how to spawn a random actor every couple seconds at one of the four spawn points (also randomly). if someone could help me out that would be great!

Thanks!

Thoms

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    This is pretty basic but can be a little daunting to a new user. I'd recommend taking a look at video tutorials and strengthening your knowledge of GS. There are videos about spawning things randomly, we have one over at GSHelper.com which you may want to check out.

  • jorkosjorkos Member, PRO Posts: 353

    If you want it every few seconds, it's pretty easy. If you want to randomize the time as well, search on the forums, there are tutorials on how to do this. If every 2 seconds then:

    • global attribute (index)
    • every 2 seconds change global attribte to random (1,4) - then spawn based on the result - if 1 - spawn to location 1, if 2 spawn to location 2, etc.
Sign In or Register to comment.