bottone play
on (press) {
kirupaSound = new Sound(this);
kirupaSound.attachSound("coolsound");
kirupaSound.start(0, 99);
}

ho su un bottone il Play per far partire la nmusica. io pero vorrei far partire la musica subito e fermarla poi con:

bottone stop
on (release) {
kirupaSound = new Sound(this);
kirupaSound.attachSound("coolsound");
kirupaSound.stop();
}