[solved]Make music continue on main menu when the game ends
Posted: Thu Nov 19, 2020 7:47 pm
Hello !!
I want to have a music keep going in the main menu when the game ends.
As in, the music at the end of my visual novel is the same as the main_menu music.
But, right now when it ends, the music just start over from the beginning, where I would like it to just seemlessly keep playing as the transition happen.
Right now, to display the music on the main_menu, I use this code :
on "show" action Play("music", "gui/pres_de_toi.ogg")
I want to have a music keep going in the main menu when the game ends.
As in, the music at the end of my visual novel is the same as the main_menu music.
But, right now when it ends, the music just start over from the beginning, where I would like it to just seemlessly keep playing as the transition happen.
Right now, to display the music on the main_menu, I use this code :
on "show" action Play("music", "gui/pres_de_toi.ogg")