Hi, I've recently been trying families in C2 and I found out you can't edit them during runtime which is bad considering what I'm trying to achieve.
Basically, I've 16 sprites (4 shapes, 4 colors) and I want to determine which ones to pick on spawn Family.
The 1st shape in its 4 colors is unlocked so the player can play the levels, the other 3 shapes will probably be an IAP.
The level itself determines which colors to spawn according to the colors of the exits.
So for example in level 1 I want Yellow and Blue to spawn so that becomes 8 sprites but if the player hadn't bought the rest of the shapes it'll only be 2 sprites.
Sorry if I make it look confusing if it's not already is.