PDA

View Full Version : MC controls main timeline


systemBIOS
08-02-2001, 12:24 AM
I saw the time line controling MC tutorial, but i cant find anyhting on this. I'm not sure if im mising anyhting basic or what. Ok. I have this menu. Its two buttons inside a movie clip. When you role over a buton it stretches and the other squashes. Anyway, i want the buttons to control the main timeline. Its for a clients site, and the button says services. So i have the services section on about the 15 frame in the timeline. The first frame is the main site, with a stop action. Theres a preloader between frame one and 15. They want the whole site within one movie. So, all i need is when you click on services, it goes to frame 4 (thats where the animation starts for the services page to come in) Is there any special code to let the button do that? Please help if you can, i need this done really soon and am running out of time. Thanks alot.

RealBBoy
08-02-2001, 12:56 AM
Try this:


on(release) {
_root.mysite.gotoandplay(sequence1);
}



asuming that you have a movie clip instance mysite, and framelabel sequence1.