You have to do it with scripting by intercepting what the user types,
passing it to a variable, and then outputting the * to the text field.
something like this:
on keydown me
global p_word
if the keypressed <> RETURN then
p_word = p_word & the key
member("text_field").text = member("text_field").text & "*"
end if
end
On Thu, 11 Apr 2002, Geoffrey B. Holland wrote:
> Is there any way in the properties of an input text field to make it like a
> password field that only displays ***s. I know how to do it in flash, it's
> a simple check box on the properties of the text field. Is there something
> similar to this in Director, or do you have to accomplish it with scripting.
> I could probably pull it off in scripting if I needed to, but if this is the
> way I have to go, if someone could jump start me that would be ideal!
>
> Thanks in advance,
>
> Geoffrey B. Holland
> Interactive Multimedia Specialist
> K-fx�, Inc.
> www.kfx2.com
> v: 225.927.4463
> e: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
> [To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/lingo-l.cgi To post messages to the list, email
>[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
>learning and helping with programming Lingo. Thanks!]
>
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]