property pText, pVisibleText
on beginSprite me
pText = ""
pVisibleText =""
end
on keyDown me
if the key = backspace then
delete pText.char[pText.length]
delete pVisibleText.char[pVisibleText.length]
else if the key = return then
put pText
else
put the key after pText
put "*" after...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.