When I embed my Scratch project into an .html file, or when I upload it here, the sound won't loop, resulting in lag and horrible sound effects... but when I run it in Scratch, the sound overlaps and everything sounds fine! Sound code:
Offline
well, it doesn't look like there's a problem with your script...
the problem probably stems from teh fact that the Scratch website uses a Java player rather than a smalltalk based program to run your project (stupid, really). and when you are embedding into an html file, probably the same thing is happening. smalltalk and all its derivatives are great language, but they don't mesh very well with other such languages.

Offline
Thanks man! My finished game will have a deletable script that stops the game from playing, and instructs the people of scratch.mit.edu to download it, so it doesn't lag at all. These is SO MUCH in this, that any attempts at html-embedded play would be futile. Keep watch for it! It will probably be at version 1.0 by the end of this weekend, themed for survival.
Thanks again, AmoebaMan, and anyone who took the time to read this thread!
Offline
Theres a glitch that means that the sound blocks can't accept the random block, or anything that has been set randomly. You'll have to use a different way.
Offline