How to spawn characters randomly like cars in frogger??

J_gorinacJ_gorinac Member Posts: 33
edited November -1 in Working with GS (Mac)
I am making a game for my senior project and I need to learn how to make the cars go across the screen randomly and constantly. I don't know what to do..... do I use an attribute or what? Please help

thanks,

Kelsey

Comments

  • touchcreamtouchcream Member Posts: 63
    To make a spawn characters randomly, create an actor "spawner", and tell him to "spawn actors" (it's a behaviour) every x seconds (you can do that with a timer). And where you set the spawn position set it randomly with random(min,max).
Sign In or Register to comment.