When the user First Opens The App

I want to display a popup when the user opens the app for the first time, then when they put a password in the textfield, it saves it. How can i accomplish this?
[import]uid: 38977 topic_id: 20507 reply_id: 320507[/import]

You can create and read local file like json. [import]uid: 111590 topic_id: 20507 reply_id: 80413[/import]

Is a password required for your app? If so then check if a password exists. If no password exists then it is the first run in which case you can show your popup. [import]uid: 31262 topic_id: 20507 reply_id: 80449[/import]

@aaaron, yes a password is required, I would also like to know how i could select a picture, save it, then open it in a new director scene with slideview.lua. (If you haven’t got what i am making yet, it is a password protected picture app). Thank you [import]uid: 38977 topic_id: 20507 reply_id: 80453[/import]