I'm building this drop down menu using action script 2.0 in flash cs4, the problem here is when I roll over on one of the button and then roll over to the next button, the submenu for the first button sometimes pulls-up and sometimes won't..and it stays stuck until I roll over it again..how can I fix this?..
my action script is very simple:
on(rollOver){
Home.play();
}
*Home is the instance name for the submenu and is surrounded with button-frame to make it roll out again*
my action script is very simple:
on(rollOver){
Home.play();
}
*Home is the instance name for the submenu and is surrounded with button-frame to make it roll out again*