Skip to main content
August 6, 2009
Answered

tint

  • August 6, 2009
  • 1 reply
  • 359 views

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

This topic has been closed for replies.
Correct answer kglad

use the color class for the easiest way to change tint:

var c:Color=new Color(Mc):

c.setRGB(0xaa0000);

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
August 6, 2009

use the color class for the easiest way to change tint:

var c:Color=new Color(Mc):

c.setRGB(0xaa0000);