Hi,
i’m having a little problem with setRGB applied to a movieclip that has tweens.
As soon as i apply my color to my movieclip…the movieclip ignores my tween, it only loads the first keyframe with the defined color, the rest of they layers are still animated.
anyone know how i can make my colored movieclip to animate?
here’s the code i used :
new Color(warning_mc.exclamation_mc).setRGB( skin.warningColor );
the only solution i’ve found, is to animate all the tweens in another movieclip, and apply the color object to the mc that holds the animation.
-JBB