PDA

View Full Version : Background Sound


mayday
09-12-2005, 03:58 AM
Hello everyone,

Im just trying too add some background sound FX to my movie. I also want it too loop. Im using the following script but it seems too not work.

backSound = new Sound ();
backSound.attachSound (audio.mp3);
backSound.Start(0,99);

Anyhelp would be greatly appreciated. :)