on (release) {
_root.a.b.gotoAndPlay(5);
_root.a.c.gotoAndPlay(2);
_root.a.d.gotoAndPlay(2);
}
The problem? After © plays, it goes back to frame 1 of (a), which resets the movie clip and the changes made in ©.
What do I want? I want so even if the movie clip goes back to frame 1 of (a), it will keep the frame it played within itself ©. This sounds really confusing and even me reading this is confusing sometimes but I think is the best I can do.
