You forgot to make a new Sound Object


on (release) {
mySound = new Sound();
mySound.attachSound("sound");
mySound.start();
}

Hope this helps you