Hello
I have a tween statement that tweens the alpha of a clip…a simple fade out/fade in…
a have a text field that wasn’t “fading”…until I turned that field from dynamic, to static…
anyone know why that is?
here is the tween statement:
function appClip(clip) {
var tweenAlpha = new Tween(clip, “_alpha”, Regular.easeOut, clip._alpha, 100, 1, true);
}