stopAllSounds() is the simplest way, but it will stop everything, as the name implies.
Starting and stopping by code is the preferable way, using sound.start() and sound.stop();
You can also stop a sound by adding a frame with a sound event set to ‘stop’ in the sync field, instead of ‘start’ or ‘event’ or ‘stream’.
|