Hi! I want my autoload to stop playing for one scene (main menu) but then continue on for the rest of the game, is it possible to do this with queue_free ? when i tried, it stopped it for all scenes after the main menu. I know this is because queue_free essentially destroyed the bg music node, so i'm wondering if there's a way to start it again after? or if there's a different way i should do the menu. Thank you!
Autoload
- Edited
Is it only music that you want to stop and start? Are you using an AudioStreamPlayer? If so, you can control it with its play() and stop() methods, or its stream_paused property.
6 months later
Megalomaniak added the Godot Help tag .