Sounds are a bit big for Scratch to handle; I'd rather remove the music.
Offline
Yes, music can really make your projects lag. Probably the best solution to this problem is to choose music loops that you can just play over and over like this:
when flag clicked forever play sound [music loop v] until done end
Offline
Well, what i have done is :
when i receive [main menu] forever stop all sounds play [majoras mask clocktown day 1] until done endhopefully that worked. Anyways, i have done that for 2 sounds. The main menu music that comes up with the main menu, which comes up once the green flag has been pressed, and when you click on start, it will play the level music.
Offline
An Option for music which will stop the music script when it is off might help. Also going through it and finding scripts that are running when they don't need to be and stopping them, Can really improve performance.
Offline