Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
lagunahair #1
Input text deletion question
Here is what I am looking for:
I have an input text box (txtbox1)
and that is where the user inputs the answer to the question
once the game is over, we have an option to go back and try the game again
but what happens is when you go back, the text you have previously typed is
still there. Is there a command that will clear out the text in the input box
on the
second try?
Thanks guys!
lagunahair Guest
-
text input
im trying to input text into a feild using a keypad arrangment with images as the buttons. problem is everytime i press the next button it... -
Input Text, need help
ok what do i do if say, i have an input box and the user types something. lets say that the box is named 'input', how do i put an action on a button... -
Text vs Field for text input
I know this is a bit of a back-to-basics question, but it is something I have never really got my head around when to use text and when to use... -
Perl Newbie question: How would you take keyboard input and run a shell scrip with that input?
I don't think you could be vaguer :) Very basic #!/usr/bin/perl # update.pl multiple options command line my @packages = @ARGV foreach... -
Question about Input Text Boxes.
Hey all, I was wondering... I really like the input text box for the search box on the main page of macromedia.com. I wanted to do something... -
MedaXis #2
Re: Input text deletion question
txtbox1.text = "";
that should do it
Steve
MedaXis Guest



Reply With Quote

