Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

how to turn off

Dragger Allen
Registered User
Join date: 3 Mar 2007
Posts: 247
12-09-2008 23:52
i have this to start a sound when touched how would i make it stop playing

any help apprecated

default
{

touch_start(integer total_number) {

llLoopSound(llGetInventoryName(INVENTORY_SOUND,0),1);

}

}
_____________________
Dragger Allen
Registered User
Join date: 3 Mar 2007
Posts: 247
12-10-2008 00:03
Found It Thank You Ingnor The Post
_____________________