In this case I have a menu on screen while a sequence is playing, when the sequence ends I have programmed another menu to appear by itself, but instead of removing a menu to make way for the next one or overlapping the buttons of the first menu they move, as if the second menu was a kind of reconfiguration of buttons.
I couldn’t remove one menu to make way for another as you would with a main menu and a graphical options menu, maybe I can’t think how to do it.
My last attempt was to remove all the menus to make way for the new menu but it doesn’t appear at all.
Thanks in advance
Hello, thank you for replying. Unfortunately it is impossible for me to join these two points, even if I promote a variable, how did you join them? I hope that’s the determining error because I copied all your code (except that point) and the result is still the same as before.
Thanks again
The variable type must be UserWidget.

To access a specific class, you can use Cast:

1 Like
You were right, I managed to do it and it works perfectly but only with my “Options” menu, for some reason that I do not understand my other menu “choices” fails to connect why? I do not understand. can you think what could be the reason?
Thanks a lot for all your help, you are my angel!
Variable class must be UserWidget:
1 Like
I don’t know exactly why now that I have copied your code if it works but IT WORKS!!! thank you very much!
Best regards.