[Flash CS6] - movieclip frame to another movieclip frame issue

Hi,

I am working on a portfolio website. The homepage has a series of 9 images on it in a grid. There are 4 menu buttons. A click on any of those should have all the homepage images slide down to near the bottom revealing any of the other pages. From any other page when you click on a menu button the homepage would slide up to the top covering the existing page then coming back down to reveal the page you clicked on. I have a movieclip containing the homepage that go up. The last frame contains this: _parent.gotoAndPlay(“teampage”); For reasons unknown, this simple piece of code will not work for me. teampage being the instance name of the movieclip I want to play. I made a quick mockup of the site using just a couple of pages and buttons for an example.

Thanks!