I've been experimenting with a random character creator. I have sprites for different elements like head, eyes, nose, etc. all in one container. Right now I have a function that creates a new unique character every time it runs.
I want to be able to drag and drop the characters that are created, but the drap and drop behavior apparently does not affect the whole container.
How would I go about doing this?