Nibblingcheese
06-09-2005, 03:50 PM
Hi
Here's my quick query...
I'm creating a keyboard in Flash, where I have created several buttons with letters on. When they are pressed the letter is displayed in a dynamic text box. However, they replace each other. I don't want this to happen, I would like them to be able to spell out words, like a real keyboard.
This is the code I have on the buttons so far...
on (release){
answer = (a);
}
Ta in advance :)
Here's my quick query...
I'm creating a keyboard in Flash, where I have created several buttons with letters on. When they are pressed the letter is displayed in a dynamic text box. However, they replace each other. I don't want this to happen, I would like them to be able to spell out words, like a real keyboard.
This is the code I have on the buttons so far...
on (release){
answer = (a);
}
Ta in advance :)