# Help stopping a sound!

**URL:** https://forum.kirupa.com/t/help-stopping-a-sound/29735
**Category:** Uncategorized
**Created:** [August 29, 2003, 11:43pm UTC](https://forum.kirupa.com/t/help-stopping-a-sound/29735 "2003-08-29T23:43:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![arianna](https://avatars.discourse-cdn.com/v4/letter/a/91b2a8/32.png) [@arianna](https://forum.kirupa.com/u/arianna)
#### Post date: [August 29, 2003, 11:43pm UTC](https://forum.kirupa.com/t/help-stopping-a-sound/29735/1 "2003-08-29T23:43:38Z")

</div>

HI kirupa members!

I have followed your tutorial on “Playing Sounds using Actionscript”  
great its working but I created another button to “STOP” the sound.  
Please advise what the action script would be right using the same linkage  
“coolsound” thanx 😉 😏 =) :beam:

---

<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: [August 31, 2003, 2:07am UTC](https://forum.kirupa.com/t/help-stopping-a-sound/29735/2 "2003-08-31T02:07:00Z")

</div>

If you have this code on the play button:[AS]on (release) {  
kirupaSound = new Sound(this);  
kirupaSound.attachSound(“coolsound”);  
kirupaSound.start(0, 99);  
}[/AS]Your stop button should have the following code:[AS]on (release) {  
kirupaSound.stop();  
}  
[/AS]

---

<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: [September 3, 2003, 12:23pm UTC](https://forum.kirupa.com/t/help-stopping-a-sound/29735/3 "2003-09-03T12:23:38Z")

</div>

please see this link  
hope it will satisfy you

> **[Yahoo Small Business - Cheap Domains, Web Hosting, Website Builder, Ecommerce...](https://smallbusiness.yahoo.com/)**
>
> Yahoo Small Business Offers Cheap Domain Names, Web Hosting, Easy Website Builder, Business Email, Local Listings, and Ecommerce Solutions for Your Small Business.

if the page did not show

remove http://

and it will work so good

good luck
