PDA

View Full Version : sound help



Dr.kibbles
March 27th, 2003, 07:45 PM
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- ?