Hello…
Does anybody know if I can apply a setTransform() to a movieclip AFTER using a setRGB() on the same movie clip?? I have been trying to do it, and it seems like I can do one or the other but not both
I need to be able to dynamically set the the color of a movie clip (setRGB) and then be able to tint the clip (setTransform) based on user actions. Seems like as long as I do one or the other it is fine, but if I try to do both (even at different times) it keeps changing my movie clip black.
Thanks.