Hello,
I have a stupid question. How i access the main timeline from a movie clip? something like this is my site:
mcBack
mcHome
mcTeam
In mcBack a have mcSubmeniu, that has 3 mcs as btns (mcSub1, mcSub2, mcSub3). Normally when i’m in the first frame i don’t see mcSubmeniu. When i go in mcHome, mcSubmeniu it’s seen with all the btns(mcSub1,etc). My problem is how i make to play mcTeam when i click mcSub2.
i have used this code:
//in the first keyframe in mcSubmeniu timeline
//mcSubmeniu is in mcBack, and mcBack it's in the maintime line.
//in Frame 2 i have a keyframe where mcHome starts.He end's in frame15
mcSub1.onPress = function {
_root._root.gotoAndPlay(2);
}
//in Frame 16 mcTeam starts (keyframe)
mcSub2.onPress = function {
_root._root.gotoAndPlay(16)
}
//main timeline
//frame1:
stop();
//frame2:
play();
//frame15;
stop();
//frame16
play();
//frame29;
stop();
Anyone can help me…if you don’t understand, let me know!For this i hope you accept my appologies (i don’t know if i write correct) for the lake explication,i sleep on me! :sleep: :sleep: :sleep: :sleep:
Thanks, btibia