How to avoid children inheriting parent’s colortransform in flash?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Parent/Child relationships are such that children “inherit” transforms applied to parents. You can’t modify a parent without also visually appearing to modify a child. If a child is supposed to maintain an independent visual state from the parent then you have two options:
Unfortunately ColorMatrixFilters aren’t that easy to “undo” at the child level, unlike simple x/y/scale properties. I’d go for option 1 if at all possible.