Hello,
Is it possible to control the main timeline through a button imbedded within a movie clip.
I used the following actions using frame label but it did not work...Flash 5 allowed me to choose these options

on (press, release) {
gotoAndStop ("Main", "section2");
}

I also tried just calling to a frame number, this also failed.