Hello, I am new to Adobe Edge Animate. I have made a menu-animation with a 'compass' that rotates on mouseover on 4 separate symbols (buttons) around it. The compass jumps immediately to the button (label) on mouseover, but I would like the compass to play the timeline (rotate slowly) and lighten up the buttons in between.
Is that possible? And how do I do that?
This is the action I used:
sym.play();
sym.stop("pos3");
On mouseout (sym.playReverse();) it works fine.