Sound Adding

I need to find a quick way to save a sound to a sprites library

I have tried grabbing the sound list, but apparently it is not in my project.

I can't find it so if you would help me, it would be appreciated and very awesome of you

I can't believe that I used the template lol...

would @helicoptur be kind to help me? He's a great coder... not sure... he's probably very busy with complex computer science javascript blah blah...

do you mean export a list of sounds to your computer?

Actually, I get most of my ideas on what to do from the forums. I'm almost always available to help.
Do you mean add a sound to the interface here?:
image

@spacer. To add sounds, use this Javascript Code in the run block:

this.parentThatIsA(IDE_Morph).importMedia("Sounds");

If you have to add costumes, use this other Javascript Code in another run block:

this.parentThatIsA(IDE_Morph).importMedia("Costumes");

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.