Hi :)
So I've created a bunch of sprites with the tween behavior and also put up some actions using tweens.
I then decided I want to add all the sprites to a family, so I could control them all via the family instead of individually.
However, it is now impossible to add the tween behavior to the family (the tween behavior simply missing from the list)... Is it because the individual members of the family already have the tween behavior? If so, how can I pass it up to the family level?
As it stands now, I can not, for instance, disable all tween behavior at the family level, and need to do so individually (even though they are all part of the same family).
Thanks for helping!