Ver originalvar numero = 5;for (var i = 1; i<=numero; i++) { _root["boton"+i].onRelease = function() { trace("soy el " +this._name); };}