# as3 sound on click help

**URL:** https://forum.kirupa.com/t/as3-sound-on-click-help/233450
**Category:** flash
**Created:** [July 24, 2007, 4:32am UTC](https://forum.kirupa.com/t/as3-sound-on-click-help/233450 "2007-07-24T04:32:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![watrbro989](https://avatars.discourse-cdn.com/v4/letter/w/53a042/32.png) [@watrbro989](https://forum.kirupa.com/u/watrbro989)
#### Post date: [July 24, 2007, 4:32am UTC](https://forum.kirupa.com/t/as3-sound-on-click-help/233450/1 "2007-07-24T04:32:29Z")

</div>

Im working on an intro page where you click the enter button and go to the main page. Does any one know the code to add sound. So far I have this to just get to the main page:

stop()  
enter.addEventListener(  
MouseEvent.MOUSE\_UP,  
function(evt:MouseEvent):void {  
gotoAndPlay(30);  
}  
);

thanks
