Ver originalimg1_mc.onEnterFrame = function() { img1_mc._alpha -= 5; if (img1_mc._alpha >= 0) { img1_mc._visible = true; } }