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