trovato...grazie lo stesso !
this.onKeyDown = function() {
trace("Hai premuto il tasto = "+String.fromCharCode(Key.getAscii()));
trace("Valore Ascii = "+Key.getAscii());
trace("Valore decimale = "+Key.getCode());
};
Key.addListener(this);
![]()
PS-può tornare utile.