Yes, but the issue is, way back...I added a tween behavior to my sprite and there're lots of actions calling the tween(size, opacity etc).
Now, I decided to use a family, since I want other objects to use the tween behavior and it makes it simpler as a group.
Well... you cannot even do that, since the family won't add any tween behavior anymore, and deleting the tween behavior will remove all the actions. That's actually inconvenient... most devs don't pre-plan whether to use tween in an object or in a family.