|
-
Help Nedded
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";
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|