Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/05/2010, 11:10
Avatar de Kottore
Kottore
 
Fecha de Ingreso: octubre-2007
Mensajes: 170
Antigüedad: 16 años, 7 meses
Puntos: 8
Respuesta: cambiar color al lebel de un ckeckbox en as3

Suponiendo que tu checkBox se llamara chck1 iría así:

Código ActionScript:
Ver original
  1. var varColor:TextFormat = new TextFormat();
  2. varColor.color = 0xAA65FF;
  3. chck1.setStyle("textFormat", varColor);

Saludos ^.^
__________________
これは僕のウェブだよね。