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.
Comments
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.