I'm trying to find the best way to spawn multiple sprites from another.
I have a invisible 'spawn box' toward the bottom of my layout. After the user completes the task and level I want 20 instances of the same object to spawn from this spawn box. Each instance should spawn from a different area of the spawn box. What is the best way to do this?.
Is it better to create 10 mini spawn boxes and have a seperate sprite spawn from each one when the time is right?. Or can I do it just from one long spawn box and have all sprites spawn at different points?.
A balloon image spawns from the spawn box, I've just added another balloon so in total there's just 2 so far. I'm sure there's a better way of doing this with concerns to memory too.