Egg
01-08-2006, 03:01 AM
I'm trying to alter the colour (tint) value of an MC via a button.
I can alter the transparency (alpha)
Why can't I alter the tint via the same code.
on (release) {
target=skinColour;
setProperty(target,_alpha,myAlphaValue);
setProperty(target,_tint,myTintValue);
}
I can alter the transparency (alpha)
Why can't I alter the tint via the same code.
on (release) {
target=skinColour;
setProperty(target,_alpha,myAlphaValue);
setProperty(target,_tint,myTintValue);
}