Skip to main content
Participant
July 18, 2008
Question

How to hide a input text field in a login form.

First of all let me state i'm kind of new to AS3.

I'm making a login form, and i've managed to make it work, but when the form actually moves frames, both the user_field, and password_field, remains visible...

What am I missing to make those fields disappear?.

Here is my code.

Elliot J. Balanza



thanks.
Ce sujet a été fermé aux réponses.

2 commentaires

Participant
July 19, 2008
thanks that worked like a charm
Inspiring
July 19, 2008
If I understood your task correctly - why not to use object.visible = false of remove them from container?