hi
I have a mc (instance name “button_mc” on main timeline which has other mc buttons on the 10th frame of its (“button_mc”) timeline.
All my actions are on the top layer of the maintimeline
button_mc.onRollOver = function() {
gotoAndStop(10);
}
now how do i script those other mc buttons on this frame 10 with their own funtions?
eg: i want one of the buttons on “button_mc” frame 10 to load a “swf” in a loader component.