all groups > flash actionscript > february 2004 >
You're in the

flash actionscript

group:

Can't hide Input Text field, please help


Can't hide Input Text field, please help Arok01
2/4/2004 9:38:54 PM
flash actionscript: Hello all,

In one of my frames, I have Dynamic and Input Text fields. Say that I have the Title1(Dynamic) and EMail(Input) fields. If I use the following code on the release of a button, only the Title1 field is invisible, the EMail is still there ? What am I doing wrong ?

CODE:

on (release) {
Title1._visible = false;
EMail._visible = false;
}

Hope you guys can help.

Re: Can't hide Input Text field, please help Developer Exemplar
2/5/2004 8:52:03 AM
well there is no reason why the visible parameter shouldnt work for the input field... check the names of the text boxes, maybe ur referencing them wrong...

N Kiran Kumar Kowlgi
AddThis Social Bookmark Button