Hi,

I have made a virtual QWERTY keyboard in flash which can input text into text fields, I wanted to know does anyone know how to make the delete key action and clear the entire field action work by adding code to a button?

Below is an example of the code I am using on the normal keys, but I have had no luck on the function keys such as delete etc etc, can anyone help thanks.....

on(release){
textfield+="a";
}