Drop Down Menu in Corona.

Is is possible to have a drop down menu for corona?

Like I have a button and when the user touches the button, a few options will drop down and when the user selects one of the option, it will bring to to the selected page.

I tried searching the Corona’s sample code but I do not think it is available there. Does any one have any tutorial on creating a drop down menu in Corona?

Help is much appreciated. Thanks.

Perhaps this might get you started:

http://coronalabs.com/blog/2014/04/08/widgets-creating-a-sliding-panel/

And as an example that uses it:

http://coronalabs.com/blog/2014/04/15/tutorial-creating-a-sharing-panel/

In the later example, I used the sliding panel widget created in the first tutorial to slide in a menu of items from the bottom.  You can modify these to implement menus in many different ways.

Rob

Perhaps this might get you started:

http://coronalabs.com/blog/2014/04/08/widgets-creating-a-sliding-panel/

And as an example that uses it:

http://coronalabs.com/blog/2014/04/15/tutorial-creating-a-sharing-panel/

In the later example, I used the sliding panel widget created in the first tutorial to slide in a menu of items from the bottom.  You can modify these to implement menus in many different ways.

Rob