The example script, Sound Randomizer (SoundRandomizer.cs), plays randomly from a list of sounds at randomized intervals. You can get the file from the download link at the end of this article.
Instructions
Here is a step-by-step guide to using the script:
- Download the script file from the download link at the end of this article.
- Follow the instructions provided in Working with scripts to upload the script and add it to an object.
- Open the object's Properties panel and go to the Script Settings section.
- Look at the Script Settings section on the Properties panel. Make sure that the script dropdown menu is set to the SoundRandomizer example script. If the script is set correctly, a set of editable parameters appears. See below for a short guide on each parameter.
- Once you have finished setting the parameters for your object, your script is ready! Save and build your scene.
- If you want to verify that the script is running correctly, visit the scene once it is built.
Script parameters
Parameters for Sound Randomizer. |
PlayOnAudioComponent |
If your object has an AudioComponent, setting this to "On" causes the sounds to play on the object. The sounds also follow the object if the object moves around. Otherwise, the sounds play directly to your speakers/headphones (like Sansar's UI sounds). |
MinDelayBetweenSounds | The delay between each sound is randomized to fall into this range. If you leave them set to zero, there is no delay between sounds. |
MaxDelayBetweenSounds | |
Sound1 | Assign any of these slots to sounds in your inventory. You do not need to assign all of them. The script plays from the slots that have been assigned. |
Sound2 | |
Sound3 | |
Sound4 | |
Sound5 |
Creative Commons License
This content is licensed under the terms of the Creative Commons Attribution 4.0 International License. When using this content, you must:
- Acknowledge that the content is from the Sansar Knowledge Base.
- Include our copyright notice: "© 2017 Linden Research, Inc."
- Indicate that the content is licensed under the Creative Commons Attribution-Share Alike 4.0 International License.
Include the URL for, or link to, the license summary at https://creativecommons.org/licenses/by-sa/4.0/deed.hi (and, if possible, to the complete license terms at https://creativecommons.org/licenses/by-sa/4.0/legalcode.
For example:
"This work uses content from the Sansar Knowledge Base. © 2017 Linden Research, Inc. Licensed under the Creative Commons Attribution 4.0 International License (license summary available at https://creativecommons.org/licenses/by/4.0/ and complete license terms available at https://creativecommons.org/licenses/by/4.0/legalcode)."
Download link
0 Comments