примерно так:

Код:
import mx.transitions.Tween;
import mx.transitions.easing.*;
import flash.filters.GlowFilter;
glow_mc.a = 0;
tween = new Tween(glow_mc, 'a', Regular.easeOut, glow_mc.a, random(15)+5, 30, false);
this.tween.onMotionChanged = function ()
{
this.glow = new GlowFilter(0xffffff, 100, 10, 10, this.obj.a, 3, false, false);
this.filterArray = new Array();
this.filterArray.push(this.glow);
this.filterArray.push(this.blur);
this.obj.filters = this.filterArray;
}
место "a" может быть любая переменная или свойство