Personally, I like making Movie Clip buttons, you can do a LOT more with them

.
The reason why yours might not be working, is because of the code mix up. If you are using...
on (press) {
_root.gotoAndPlay(1)
}
Then the button has to be a BUTTON and not a Movie Clip and you have to click on it while making it then enter the code.