21-07-2007, 09:16 PM
He might use labels.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Password Rich text
|
21-07-2007, 09:16 PM
He might use labels.
Quote:Robin:
21-07-2007, 10:16 PM
Robin Wrote:He might use labels. Said he used the transparent RTB with it.
21-07-2007, 10:39 PM
Hmm.
Quote:Robin:
22-07-2007, 12:40 AM
Perfekt Wrote:Doesn't Rez have this in his Zombie game? ![]()
24-07-2007, 02:59 PM
Agreed. Its a nice way to do it. You broke the old rectangular shape. However, your GUI and game style seem to allow that...
24-07-2007, 03:11 PM
It's shards of glass.
Quote:Robin:
24-07-2007, 03:14 PM
The point was that it's a transparent RTB with Asterisk filtering..
Just make an invisible label or something, and store what the user types there, and run a loop for how many characters are in the password they type, and add that many * marks to the RTB.
24-07-2007, 03:20 PM
In the text boxes change:
String = String + .text rtb.clear for i = 1 to len(string) rtb.text = rtb.text + "*" next Then add the opposite for backspace. Quote:Robin: |
« Next Oldest | Next Newest »
|