PDA

View Full Version : [AS2] Text Input Problem


Ullallulloo
08-04-2009, 11:40 PM
I tried to make it set a variable to my input text. (var = _root.box.text) It isn't working so I used trace and it's setting to my box and then to zero. The weirdest thing is that if I push backspace and/or delete on the empty text box then it works fine. Any help?

Ullallulloo
08-05-2009, 02:57 PM
Nevermind, I figured it out. I had it on MultiLine instead of Single Line.