Answered
tint
I have a Mc that i want to change the color on the fly.
i was trying to use the tint but its not working.
how would i do this?
Thanks
I have a Mc that i want to change the color on the fly.
i was trying to use the tint but its not working.
how would i do this?
Thanks
use the color class for the easiest way to change tint:
var c:Color=new Color(Mc):
c.setRGB(0xaa0000);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.