Menu Problem

Hi

I’ve developed my own little menu tool, that uses ActionScript to reverse the animation once the mouse rolls out, giving me a nice smooth transition.

The problem is that the “hit” area for this animation to take place is a MovieClip. So the buttons underneath the mc cant work.

Turning the mc into a button just doesnt work.

I think im walking into a dead end here, unless its somthing to do with actionscript…

stop();
go.onEnterFrame = function() {
if (rewind == true) {
prevFrame();
}
};
go.onRollOver = function() {
rewind = false;
play();
};
go.onRollOut = function() {
rewind = true;
};

I have attatched a demo version of my menubar and problem. If you could take a look at it, or forward me to somthing else that might help, i would really appriciate it.

Its been an on going problem of mine for quite some time.

Thank you in advanced for all your time and efforts.

Mark


Yamaha Royal Star Venture History