Adding Background Music
Background music should loop continuously without blocking other actions.
Best Practice
- Select the Stage (not a sprite) — the Stage’s sounds persist throughout the project.
- Add a looping music track to the Stage’s Sounds tab.
- Script: When 🏁 clicked → forever → play sound (music) until done.
Using “until done” inside a forever loop means the track automatically restarts when it ends — a perfect loop.
Tip: Set the volume to 50–60% so music doesn’t drown out sound effects.