PDA

View Full Version : Remove name


jendacek
08-18-2002, 01:36 PM
hi,
can u help me with this.... (Attach file)

i know how can i Add "name"
but i donīt know how can i remove only one "name"

thank you a lot :)

vosgien
08-18-2002, 05:00 PM
Hi,
Rather than use a functio for this I would put the code on individual buttons:

on(release){
display="Jack";
}

same on your second button, just change the name.
You should make your text box non - selectable unless you want the user to type into it, and your text Jack & Tom are input boxes. As they do not have variable names I don't understand why.
I have attached a simpler way of doing this, though I'll bet that there are a few guys around here that can sort out your function, hope it helps

Cheers

Vosgien