be sure that your wav file is in main folder or you have a path to it at the top of main script.
Try use more simple example without handle.

Before your main script write:
sound background = "background.wav";
and below main function write
starter start_loop
{snd_loop(background,100,0);}

and try to use another sound... f.e. one from templates and we'll see what happen.

Last edited by tompo; 05/11/07 09:36.

Never say never.