for(var i:Number = 0; i < array.length; i++) { array[i].onRollOver = function() { new Tween(this, "_alpha", Regular.easeIn, 0,50, 10, false); } }