Interpolating Colors?
Is it is possible to interpolate an actors color? The reason I'm asking is when I try to set the rule,
when overlaping with actor 2 then
interpolate self.color.red to 255
duration=1 linear
and when the actor hits it does not change to red...
any suggestions?
when overlaping with actor 2 then
interpolate self.color.red to 255
duration=1 linear
and when the actor hits it does not change to red...
any suggestions?
Comments
Hint: Store color combinations in My Behaviors for easy recall.
__________________
Coming Soon!: Sweepr
So to change to red have a rule when object overlaps with actor 2
change attribute self color blue to 0
change attribute self color green to 0
change attribute self color red to 1
cheers
I just looked and 255 is 1 so just try interpolating to 1 it should be able to do it cause you can interpolate alpha and thats a color attribute too.
Edit: Darn You john