I am currently building a game, during this game you encounter a movie clip, that is actually a minigame ( its called pluginphonegame), after the player succesfully plugs in the phone line, theyneed to have a way to get to the next frame of the actual film (as apposed to next frame of the movie clip) i've placed a next>>> button on the last frame of the movie clip, what actionscript do i need to put on that button to get to frame 64 of the actually movie. ie#

on (release) {
gotoAndPlay(frame 64, actual movie);
}

or whatever it is... please help me out.