I need a lot of help! I can’t find much guidance on movement tied to a centred registration point.
I’ve created a menu based on a circle. I want the outer ring to rotate on it’s own, then if you wave over it, have it slow down and stop, (and vice versa)so that you can select the buttons within the MC.
Also, I need the inner circle with an arrow on it to turn on its own, then when you wave over it, have the arrow follow the mouse - centred around it’s registation point again.
All I have so far is the script with gets the two discs turning:
onClipEvent (enterFrame) {
i = getProperty(this, _rotation);
setProperty(this, _rotation, i+3);
}
Any help with the script I need would be greatly appreiciated. Thanks!