I want to be able to have a infinity loop of spawning balloons. I was hoping that like 1 would have 1 balloon come up then 2 then 3 etc. So how would I spawn the balloons and make them come in the 1 the 2 then 3 etc fashion? [import]uid: 55737 topic_id: 9405 reply_id: 309405[/import]
You would use a function to create the balloons, then put that on an endless timer - just be sure to cancel the timer if you change scenes/screens using director as it will cause errors otherwise. [import]uid: 52491 topic_id: 9405 reply_id: 34661[/import]