Page 1 of 1

Sound Playing Issue

Posted: Wed Jul 10, 2013 12:28 am
by Sierra Jakob
I'm trying to use sound loop script(s). I've tried more than one--with the same results. It seems that whenever the object is first rezzed, the scripts must be reset in order to start playing. What am I doing wrong? I don't want my customers to have to reset scripts--most won't even know how to do that. Is there an easy fix? Does anyone have a script that gets around this?

It's not the volume, by the way. I've used these scripts in many of my products before coming to Kitely. I haven't seen this behavior before.

Re: Sound Playing Issue

Posted: Wed Jul 10, 2013 7:20 am
by Sheera Khan
Hi Sierra,

maybe your script could do the reset by itself?

Code: Select all

default 
{
	on_rez(integer start_param)
	{
		llResetScript();
	}
}
Thus your customers wouldn't need to reset the script it would be done automatically on rezzuing the object.

I hope I could help :-)

Re: Sound Playing Issue

Posted: Wed Jul 10, 2013 7:46 am
by Dundridge Dreadlow
I fixed your script and sent you a new version. Let me know if there are any problems :D