Best way to animate this "complex" circular menu
Hi,
I've design the seasonal wheel, where each month is a button. Goal here is to be able to navigate it, click on a month, wheel spins to that month and stops.
How I tried to do it now, is that the first 5 frames loop, clicking on a month say February, jumps and plays the animation at frame 5. Which is just an animation that rotates the wheel from January Position to February Position.
Since I could not animate the buttons themselves, I had to turn them into a Movie Clip object and animate that. And the 3 tween animations seen on the timeline is January -> Februrary, January -> March and January -> April.
I could repeat this for all 12 months, but it would not look so nice as the animation always starts at January, and if I had to add animations to every path a month could take, it would be 144 of these parts.
So, my question then is. Is it possible to instead do this via action script? By creating variables for the rotation values, that will change depending on the month you are on and month you want to travell to?
Hopefully my problem is understandable.

