Hello,
I have tried to use this AS on my previous movie, but when I tried to migrate to MX 2004, the MC wouldn’t play anymore with my AS
on (rollOver) {
_root.hoverMC.gotoAndplay(2);
}
on (rollOut) {
_root.hoverMC.gotoAndplay(12);
}
on (dragOut) {
_root.hoverMC.gotoAndplay(12);
}
did I miss something?