default { on_rez(integer param) { // Preload a bubbling sound when this object is rezzed. llPreloadSound("00000000-0000-0000-0000-000000000115"); } touch_start(integer count) { // When touched, the sound will immediately be ready to play if the avatar // was present when the object was rezzed. llPlaySound("00000000-0000-0000-0000-000000000115", 1.0); } }