Can anyone offer advice about four actors of the same animation?
IntelligentDesigner
Member Posts: 517
I have four in a scene, and I want to fade one out using alpha - How do I differentiate them? They are all "clones" of the same actor.
Anyone got an idea on this?
TIA
Anyone got an idea on this?
TIA
Comments
Seems like they'd have an instance index or somesuch...
And for each instance I just change only the attribute to a different number. (no need to unlock the actor)
They all would have the rule,
RULE: If any: Attribute self.whoami = game.WhichOneISelectedToFadeOut (feel free to shorten that name)
Interpolate self.Color.alpha , 0