Options panel

Hi all,

I’m very new to corona and lua.
I wonder if it is possible to add a sliding panel to include something like an options menu just like the one on the facebook app.
Has anyone made something like this? Do you have some code you can share?

Thanks [import]uid: 158485 topic_id: 28393 reply_id: 328393[/import]

A sliding panel like on the side of the app? If so, you’d do it by having everything on the screen in one group and everything in the options panel in another group so that you could easily shift the panel in and move the other visual elements accordingly.

In any case - totally possible.

I haven’t seen sample code for this but if I find any will post a link here.

Peach :slight_smile: [import]uid: 52491 topic_id: 28393 reply_id: 114664[/import]

Thank you for your answer peach pellen.
I don’t think I have the skills to do it by myself yet… but I’ll try it.
[import]uid: 158485 topic_id: 28393 reply_id: 114689[/import]

See what you can do - you might surprise yourself. If you try and have problems then you can post your code and others might be able to help you with the bits you get stuck with - but it’s always worth giving it a shot; you’ll learn something new even if you need a hand :slight_smile: [import]uid: 52491 topic_id: 28393 reply_id: 114726[/import]