I have assigned a button inside of a movie clip on the stage this action:

on (release) {
gotoAndPlay("level1", 1);
}

level1 is the scene name and i want to play frame 1. Am i missinbg something? Please post if further detail is need.
-thanks