PDA

View Full Version : mc change frame in main timeline


dj fuzzline
10-20-2001, 01:42 AM
how do you have a button within a mc which changes the frame of the main timeline, not the frame of the mc that it is in?

cheers

orox
10-20-2001, 03:43 AM
on (press) {
tellTarget (_parent.mcname)
{ gotoAndPlay (5)
}
}