Hello everybody, I got a problem I can't solve. How can I make the sound play again when I open back a menu after minimizing it? I'll try to explain myself better.
In this menu I'm making I've put on a certain background sound that starts playing when you open the menu. Then, I added a button with the commands "audio.pause" and "Window.Minimize" (Application.GetWndHandle())
So that when I push this button the audio pauses and the menu gets minimized into an icon on the bar. Now, I'd want to make possible that when I push on the icon to get the menu opened back into a regular window the background sound gets back playing, but I don't understand how to do this.
I thought that logically it had to have something to do with putting something in the tab of the page properties, like in the sections "on show" or "on enter", but whatever I tried didn't seem to work. Can anybody help me to fix this, please?
Thank you very much.

