Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/10/2006, 09:43
Avatar de bernethe
bernethe
 
Fecha de Ingreso: abril-2004
Ubicación: San José, Costa Rica
Mensajes: 384
Antigüedad: 20 años
Puntos: 2
Ponle nombre de instancia al campo de texto, por ejemplo thename_txt, y pones el siguiente código en el frame de acciones:
Código:
thename_txt.onSetFocus = function() {
if(thename_txt.text == "Nombre") {
    thename_txt.text = "";
}
}
__________________
..::BERNETHE::..