Page 1 of 1

Problem with knob

Posted: Tue Feb 23, 2016 3:12 pm
by SampleScience
When I try to load my own knob, even if I set the right pixel size the knob doesn't work; it just goes around in all directions. Also, I don't see all the options I should see when I watch tutorials on YouTube, I just have a limited set of options in my Animeted Knob module. Any idea why? I've uploaded my file so you can check it out.

Re: Problem with knob

Posted: Tue Feb 23, 2016 3:28 pm
by adamszabo
Your sweep angles are wrong, in the knob ruby code change it to this:

@startAngle = 0
@sweepAngle = 360

Re: Problem with knob

Posted: Tue Feb 23, 2016 5:06 pm
by SampleScience
adamszabo wrote:Your sweep angles are wrong, in the knob ruby code change it to this:

@startAngle = 0
@sweepAngle = 360


Thanks! It worked! :D