Thanks, sprite. I disagree that it would take a massive amount of programming to implement this. It would take about 5 lines at MAX to do this:
var genrePos=0;
(in the arrows)genrePos++; or genrePos--;
(during the loading of the wheel)genreWheel.frame = genrePos;
See. I'm a novice and I could do it. And please don't harp on the errors in this code, I didn't test it or even think about it much.
Comment