Objects coming from all directions and increase the amount over time

jerlant360jerlant360 Member Posts: 82
edited June 2012 in Working with GS (Mac)
So i want to know how can i put objects coming from all direction and increase its number over time,
for example game starts with 3 rocks coming from any part and after 30 seconds comes 6 rocks and so on.

are like waves of attack, first come 3, after 30 seconds, come 6, 9, 12 etc.

thanks!!

Answers

  • JustMe74JustMe74 Member, PRO Posts: 542
    Timers and Spawn Actor.
  • NmdogdudeNmdogdude Member Posts: 174
    Create an attribute 'actor spawn' w/ a timer that says something like:
    Every 30 seconds, change actor spawn rate to actor spawn rate+3.
    You can also do something based on a score-rate if your game has a kind of thing.
    Also Tshirtbooth has a tutorial on this technique.
  • jerlant360jerlant360 Member Posts: 82
    Thank you guys , it's helped me.

    with the spawn would have to put spawner around the scene or there's another way? like the self scene spawn it from all places?

    Thanks a lot
Sign In or Register to comment.