Spawning Actors

App SurgeApp Surge Member Posts: 651
edited November -1 in Working with GS (Mac)
Hey guys, I am making a game, and am trying to spawn an actor every 5 seconds, and get it to move across the screen. How would I do this?

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    In the actor your spawning have a behavior in to to move right. Move, change velocity, whatever.

    Then make another actor and call it spawnControl. Put it in your scene offscreen somewhere. Then have a timer in it every 5 seconds
    -with a spawn behavior in that timer.
    --Spawn the actor you want that has the move behavior, spawn it at x position 0 and y at whatever you want.
Sign In or Register to comment.