Sound Playing Issue

Ask technical support questions about other topics
Post Reply
User avatar
Sierra Jakob
Posts: 266
Joined: Tue May 14, 2013 9:22 pm
Has thanked: 185 times
Been thanked: 200 times

Sound Playing Issue

Post 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.
These users thanked the author Sierra Jakob for the post:
Constance Peregrine
Garden Castle - Market & Demo Info: http://www.kitely.com/market/product/42 ... ob-Designs
Image
Sheera Khan
Posts: 24
Joined: Sun Mar 03, 2013 4:44 pm
Has thanked: 2 times
Been thanked: 16 times

Re: Sound Playing Issue

Post 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 :-)
These users thanked the author Sheera Khan for the post:
Dundridge Dreadlow
User avatar
Dundridge Dreadlow
Posts: 616
Joined: Mon May 06, 2013 2:23 pm
Location: England
Has thanked: 590 times
Been thanked: 339 times

Re: Sound Playing Issue

Post by Dundridge Dreadlow »

I fixed your script and sent you a new version. Let me know if there are any problems :D
These users thanked the author Dundridge Dreadlow for the post:
Sierra Jakob
ImageImageImageImageImageImage
PS. Kitely is awesome.
Post Reply