Sound help

could anyone help me out with some action scripting for sound…

I got a basic idea down from the tutorial but it keeps acting up

list like-

play-
on (release) {
Sound = new Sound(this);
Sound.attachSound(“sound1”);
Sound.start(0, 99);
}

stop- ?
pause- ?
forward- ?
backward- ?