I am creating an app with multiple screens. When the first screen is initialised, music starts. However, when I navigate to another screen and then return to the first screen, the music starts again and overlaps the original. Is there a way to prevent this? I have installed it as an APK and the problem still persists. Thanks
How do you return?
Do you switch screens correctly?
Taifun
I have buttons on each page to navigate to the other screens. I have it set to when button is clicked, open another screen.
Is there a way so that the music does not play from the start when another screen is opened?
You forgot to answer this question
If you do not use the close screen block and open Screen1 again, which is already open, then Screen1 was opened twice and the music starts a second time
Taifun