Genre selector

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sprite-
    HAVE ME WITH VODKA
    FFR Simfile Author
    • Aug 2005
    • 7317

    #16
    Re: Genre selector

    this idea is a good one

    Comment

    • zootboy
      FFR Player
      • May 2007
      • 3

      #17
      Re: Genre selector

      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

      Working...