Problem with knob

For general discussion related FlowStone
Post Reply
SampleScience
Posts: 46
Joined: Wed Feb 17, 2016 1:20 am
Location: Canada
Contact:

Problem with knob

Post 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.
Attachments
crazyknob.fsm
(23.68 KiB) Downloaded 816 times
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Problem with knob

Post by adamszabo »

Your sweep angles are wrong, in the knob ruby code change it to this:

@startAngle = 0
@sweepAngle = 360
SampleScience
Posts: 46
Joined: Wed Feb 17, 2016 1:20 am
Location: Canada
Contact:

Re: Problem with knob

Post 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
Post Reply