How to make a Sub Menu

I want to create a sub-menu that behaves like a custom popup/dialog where there is a background image and some buttons. One button would be to replay the current level, the other goes to the main menu, the other would be to continue to the next level.

Any ideas or solutions would be greatly appreciated as I’ve been wrestling with this for some time.

Thanks

One way is to create a display group, load the backgroup image in it, add buttons using button widget. Hide the group in normal state and display it only when required after setting its position. Look at widget sample code for buttons.

One way is to create a display group, load the backgroup image in it, add buttons using button widget. Hide the group in normal state and display it only when required after setting its position. Look at widget sample code for buttons.