How to create one object at a time from a group?

Hi everyone,

I am trying to making a waste recycle learning game for kids. I am trying to display one object at a time on screen (the object will move for the top to bottom and will be draggable ) from a group which contains 20 sprites. I want to create another object from the same group when the collision happens with bins or touches the ground at bottom.

I haven’t used a group of objects, but can’t create an object by its name?? Maybe you could use a structure variable (for me as I’m a programmer is useful as an array) where you can store the name of the objects and create one from there
Nice idea for game, looks great.