Password help

I would like to make a screeen on my app with a input field that acts like a password with a submit button to unlock another scene or use as a promo code.

I dont know how that would be done.

You want to use native.newTextField().  See: https://docs.coronalabs.com/api/library/native/newTextField.html

There are also a couple of sample apps included with your Corona SDK install in the SampleApps/Interface folder (go to where Corona SDK is installed on your computer and open up folders until you get there).

You can also find them on our github.com repo at:  https://github.com/coronalabs/samples-coronasdk/tree/master/Interface

You want to look at “NativeKeyboard” and “NativeDisplayObjects”

Rob

You want to use native.newTextField().  See: https://docs.coronalabs.com/api/library/native/newTextField.html

There are also a couple of sample apps included with your Corona SDK install in the SampleApps/Interface folder (go to where Corona SDK is installed on your computer and open up folders until you get there).

You can also find them on our github.com repo at:  https://github.com/coronalabs/samples-coronasdk/tree/master/Interface

You want to look at “NativeKeyboard” and “NativeDisplayObjects”

Rob