all groups > flash (macromedia) > january 2004 >
You're in the

flash (macromedia)

group:

how to put 3 textfield into 1?



how to put 3 textfield into 1? vinZ
1/2/2004 10:59:59 PM
flash (macromedia): Hi there,

I am making an old hi-score interface, the one you had on old arcade's,
where you where only able to put 3 characters into the hi-score list.
Oke I have the interface but now I have to put those 3 txtField into 1,
to put them into my database.
anyOne willing to help?

name's are n1, n2, n3 end textField got variable naam 'naam' :)

cheers,
vincent





Re: how to put 3 textfield into 1? Laiverd.COM
1/3/2004 12:27:15 AM
naam = n1.text +n2.text +n3.text;

Think that should be what you want if I understand the quetsion well.

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

Re: how to put 3 textfield into 1? vinZ
1/3/2004 1:03:02 AM
thanks John,

I was messing up Variablename's and Instance Name's.

cheers,
vincent



[quoted text, click to view]

Re: how to put 3 textfield into 1? Laiverd.COM
1/3/2004 1:18:15 AM
You're welcome ;-)

AddThis Social Bookmark Button