# Oh PLEASE help me with sound

**URL:** https://forum.kirupa.com/t/oh-please-help-me-with-sound/34480
**Category:** Uncategorized
**Created:** [November 3, 2003, 1:49am UTC](https://forum.kirupa.com/t/oh-please-help-me-with-sound/34480 "2003-11-03T01:49:44Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![brintonwhite](https://avatars.discourse-cdn.com/v4/letter/b/cdc98d/32.png) [@brintonwhite](https://forum.kirupa.com/u/brintonwhite)
#### Post date: [November 3, 2003, 1:49am UTC](https://forum.kirupa.com/t/oh-please-help-me-with-sound/34480/1 "2003-11-03T01:49:44Z")

</div>

What a nightmare this is.

I will try and explain what my problem is in as much detail as possible.

I have a main movie into which all other movies load into an empty movie clip. In my main movie I created a seperate movie clip and inserted a sound loop with frames extending the entire length of the sound. I have put no stop actionscript because I want it to loop continually.

Ok, now I go back to my main scene and drag this movie clip to its own layer (it plays ok when I test the movie but there is a two second gap which is annoying, when it comes to the end of the music) Can this be fixed? I didn’t use stream, I used event.

I then made two buttons for turn music off and turn music on. I am not sure what actionscript to put on the turn music on button. I put the following script on the off button as follows:

on (release) {  
stopAllSounds();  
}

This works fine but as I say I don’t know what to do with the on button. how do I turn the music back on?

In fact I would like to know If I am going about all this in the correct way, for example I am not sure if The music should even be placed in a movie clip? Perhaps it should be on the main timeline? I just don’t know.

Any guidance would be most welcome. I have looked for tutorials but none addressed my issues.

I am dark purple with frustration at the moment.

Thank you.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 3, 2003, 3:24am UTC](https://forum.kirupa.com/t/oh-please-help-me-with-sound/34480/2 "2003-11-03T03:24:47Z")

</div>

You should use the [font=courier new]Sound[/font] object instead. 🙂

[http://www.macromedia.com/support/flash/action\_scripts/actionscript\_dictionary/actionscript\_dictionary654.html](http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary654.html)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 3, 2003, 4:13am UTC](https://forum.kirupa.com/t/oh-please-help-me-with-sound/34480/3 "2003-11-03T04:13:20Z")

</div>

I managed to sort it out thanks.

Phew that tutorial is for advanced users. In fact it isn’t a tutorial, it doesn’t tell you how to actually do anything. I think macromedia are useless at explaining things to any who isn’t advanced.

Thanks all the same.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 3, 2003, 4:14am UTC](https://forum.kirupa.com/t/oh-please-help-me-with-sound/34480/4 "2003-11-03T04:14:48Z")

</div>

Ok, glad you figured it out. :thumb:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 3, 2003, 6:09pm UTC](https://forum.kirupa.com/t/oh-please-help-me-with-sound/34480/5 "2003-11-03T18:09:12Z")

</div>

Have you gone through the Kenny Bellew tutorial? It’s really easy to follow for beginners.

[www.kennybellew.com](http://www.kennybellew.com)

Most of the help found on these forums for sound references this site. It is very thorough!

🅱
