Tema: text.length
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/12/2005, 18:46
Avatar de Xphoenix
Xphoenix
 
Fecha de Ingreso: abril-2004
Mensajes: 96
Antigüedad: 20 años
Puntos: 0
texto_txt.border = true;
movi._alpha = 0;

texto_txt.onChanged = function(){

if(texto_txt.text.length<1){
movi._alpha = 0;
} else if (texto_txt.text.length>1){
movi._alpha = 50;
}
}

Última edición por Xphoenix; 30/12/2005 a las 18:55