Spawning multiple actors

sheeposheepo Member Posts: 9
edited February 2012 in Working with GS (Mac)
Hello! So, I'm making a game which is kind of like 2d temple run (that's a general description) and I'm making coins. I got the coins to work and I know how to spawn actors but how do I spawn coins in a group? In other games like this groups of coins are produced at a time instead of constantly. I tried creating a timer within a timer but that didn't work. So, how do I create a bunch of actors at a time? Thanks! If u want to see what I'm talking about click the link.
http://videogames.techfresh.net/wp-content/uploads/2011/09/jetpack-joyride.jpg

Comments

  • ozboybrianozboybrian PRO Posts: 2,102
    Instead of spawning one actor. Spawn more then one actor. As simple as that :)
  • calvin9403calvin9403 Member Posts: 3,186
    make sure you recycle them too, it will hurt the performance if you have a lot of actors

Sign In or Register to comment.