PDA

View Full Version : pop-up text field



shaytac
April 5th, 2007, 04:29 PM
Hi

i want to make a text field to pop up when user clicks on a button within the flash. Basically user will click on the button, an editable text field will pop up and user should be able to type in to the text field . Is there any tutorial for this scenario or a similar one

cheers!!

jasonhardwick
April 5th, 2007, 04:39 PM
do you need to pass the text?

rabidGadfly
April 5th, 2007, 04:52 PM
One option is to place the text field on screen and make it initially invisible:

textField._visible = false;

Then make it visible when the button is clicked.

shaytac
April 9th, 2007, 03:17 PM
do you need to pass the text?

Yes I need to compare it to an array or something and indicate an response; a checkmark perhaps.