CodingFreak
Programmer
I'm venturing into creating dropdown menus in MX and it works fine in the test mode but when I publish preview or publish the rollover doesn't work at all. I've made sure that the action is attached to the button and all I want to do is move to a certain frame on rollover to open the menu. Like:
on (rollOver) {
_root.gotoAndStop(15);
}
I know this probably enough information so ask away! Any help is appreciated.
CF
An expert is someone who learns more and more about less and less and eventually knows everything about nothing
on (rollOver) {
_root.gotoAndStop(15);
}
I know this probably enough information so ask away! Any help is appreciated.
CF
An expert is someone who learns more and more about less and less and eventually knows everything about nothing