How do I change the alpha of a tint in AS3?
I want to be able to change the alpha % of a tint color programmatically?
for example, I can go to Properties panel and choose "Tint" under the Color option and then choose a bright red and give it a 50% alpha value...how do I do this in AS3?
also, I would like to be able to tween from one color to another but if read the documentation correctly, it seems like I have to use the "transform" object to change a DisplayObject's color...I could tween any other property, like "alpha", "height", "width", etc., but how would I tween the color transform?
thanks in advance!