I’m going to attach the .fla, once opened, it’s pretty self-explanatory after looking at the code on the MC’s.
Basically, when the mouse moves over the MC, I want the animation to play, however, it’s not.
onClipEvent (enterFrame) {
onRollOver.gotoAndPlay("in");
}
onClipEvent (enterFrame) {
onRollOut.gotoAndPlay("out");
}