Posted 14 July 2012 - 04:19 PM
I'm doing a login screen (temporally very similar to MysticOS) but when the user writes a character in the user or password it deletes all the line.
This is how it is before write:
And this is after write (it happens even with only one character)
I tried with io.read() and read() but it's the same.
How can I fix it?
Sorry for my bad English.
This is how it is before write:
Spoiler
And this is after write (it happens even with only one character)
Spoiler
I tried with io.read() and read() but it's the same.
How can I fix it?
Sorry for my bad English.