Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I want to give the same music to different layouts, say introductive layout, high score layout, help layout and the music should not stop when you click on the icon and the layout changes. How would you do it?
Develop games in your browser. Powerful, performant & highly capable.
The music normally doesn't stop when you change layouts. You don't need to do anything.
just set loop ON
When I go back to the first layout it starts over again. I want it to continue even if going back to layout1. How I do that?
It's probably because you are restarting it in your first layout.
Add a condition "If NOT Audio tag 'music' is playing", so that the music wouldn't restart if it's already playing.
thanks!