Author Topic: change color.a it applies to children  (Read 2204 times)

Notus

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
change color.a it applies to children
« on: August 22, 2014, 04:49:17 AM »
I have same hierarchy:
sprite1 (parent)
-sprite2 (children)
Both sprites from one atlas. I change color.a from sprite1 and it applies to sprite2. But i don't want this.
How i can switch off this?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: change color.a it applies to children
« Reply #1 on: August 23, 2014, 02:46:20 AM »
Alpha is cumulative. Fading out the parent will fade out the child as well.

If you don't want it, don't parent them to each other.