on(rollOver) { _root.onEnterFrame = function() { MiTexto.scroll += 1; } } on(rollOut) { delete _root.onEnterFrame; }