Hi - I’m wondering if it’s possible to make some properties of a child independent from its parent in the Display List.
I have a Sprite subclass with an alpha value of 0.5, but create a child of this class whose alpha I’d like to be 1. I would like, however, for the rest of the properties (location, etc.) of the child to be controlled by the parent. Is there a good way to do this? Thanks for any suggestions!