Hello people
I have this password saver i'm developing, and I made a virtual keyboard, so you type the characters with mouse clicks. The code for putting the characters in the input textbox isand a letter "d" is placed in the input textbox each time you click the "D" button.PHP Code:lolazo.text += "d";
Now i want to delete one character, as the BACKSPACE button does in a keyboard. I tried:but it deletes ALL the characters.PHP Code:lolazo.text = lolazo.text.slice(0, lolazo.text.length=int-1);
Help?![]()





Already mastering AS3. It was so fun. Now into Javascript and PHP and all its libraries 
Reply With Quote