PDA

View Full Version : Link problem


Flip_Switch
03-08-2006, 05:48 PM
:( ok i have been learning flash slowly and now i am making a website. I would like to know the code instructions for having a button that controls the timeline in a different movie clip.

i know the basics...

on (release) {
gotoAndPlay (21);
}
and i know to add _root. to control the top timeline... but i want Button 1 to move someting in my Main Menu movieclip, Button 1 is in its own movieclip that is inside the Main Menu movie clip.... does that even make sense... help and my brain hurts.

Cota
03-08-2006, 06:04 PM
_root.MovieCLipToCOntrol.gotoAndPlay()