Copy link to clipboard
Copied
How can i make a Password Input Box for a Game, I am creating? I'm using Flash CS3.
Copy link to clipboard
Copied
Create an input textfield and in the Properties panel where the option is to select Single Line or Multiple Line, there is also an option to select Password.
Copy link to clipboard
Copied
thx
Copy link to clipboard
Copied
An alternative is to use Actionscript. Create the input textfield and assign it an instance name. Then use that name to target it and assign its password property to true...
tFieldName.password = true;
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more