Preload of sounds using script

Hi,
I’m trying to preload sounds on our project. I know that i need use Sound.load() but I cannot find a complete scripts as example. Is very difficoult get some complete examples about scripting.

Is it possible to see a complete example of a script with instructions for loading a sound?

Thanks.
Luca

1 Like

This a question for @techleapnz :wink:

Note, that to find the ID for your Sound you have to:

  1. Go to Upload > Sound

  2. Click the 3-dot menu on the sound you want to load

  3. Click Copy ID

@Luca_Garattoni I know interpreting the API can be tricky. Try comparing the example with the details in the API. Remix CoSpaces Edu :: Can You Handle This? 🦖🦕🎇🎵 (Animation) for a real-world example.

That is just the post I searched so many times! :slight_smile:

1 Like