# Sound help

**URL:** https://forum.kirupa.com/t/sound-help/94871
**Category:** Uncategorized
**Created:** [November 17, 2003, 8:54pm UTC](https://forum.kirupa.com/t/sound-help/94871 "2003-11-17T20:54:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jacobaa](https://avatars.discourse-cdn.com/v4/letter/j/898d66/32.png) [@jacobaa](https://forum.kirupa.com/u/jacobaa)
#### Post date: [November 17, 2003, 8:54pm UTC](https://forum.kirupa.com/t/sound-help/94871/1 "2003-11-17T20:54:28Z")

</div>

I am doing a frame based animation with sound corresponding with it. i am stopping the frame by doing a basic \_currentframe play and stop.

pause.onPress = function(){  
\_root.empty.main.gotoAndStop(\_root.empty.main.\_currentframe);  
}

play.onPress = function(){  
\_root.empty.main.gotoAndPlay(\_root.empty.main.\_currentframe);

}

the problem is I can’t get the sound to stop and restart at teh same frame. I haven’t done much work with sound in flash. If someone could help me out or point me in the right direction, it would be much appreciated.
