Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/03/2011, 14:29
Avatar de Jime25
Jime25
 
Fecha de Ingreso: septiembre-2009
Ubicación: Mi casa
Mensajes: 1.213
Antigüedad: 14 años, 7 meses
Puntos: 138
Respuesta: Campo que muestre historial

Probá este código:

Código Actionscript:
Ver original
  1. miboton.addEventListener(MouseEvent.CLICK, historial);
  2. function historial (event):void {
  3.     texto.text = texto.text+1;
  4. }

miboton: nombre de instancia del botón.
texto: nombre de instancia del texto dinámico donde se mostrará el historial.
historial: nombre de la función

Saludos!!
__________________
Jime~

Mi blog.
Mi twitter.