I tried using gotoAndPlay() but the same problem still
existed. this is the code for my flash file:
var Whymc:MovieClip;
var Aboutmc:MovieClip;
var AboutMe:Button;
var Why:Button;
AboutMe.onRelease = function() {
Aboutmc.gotoAndPlay(1);
};
Why.onRelease = function() {
Whymc.gotoAndPlay(1);
}