****How to spawn objects Randomly?****

gib284gib284 Member Posts: 29
edited November -1 in Working with GS (Mac)
Hey so I'm working on a game and I really need to know how to have objects randomly shoot into the screen and I cant figure anything out! Is this possible and if so how?

Thanks =)

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    You can use the random function for a timer
    Say

    Every Random(1,10) seconds

    Spawn Actor

    Not sure if thats what your looking for or not.
Sign In or Register to comment.