If there was any way that it could alternate between -1 and -2 whenever the gap occurs that would possibly work, but is it possible to predict? Could there be another workaround?
Printable View
If there was any way that it could alternate between -1 and -2 whenever the gap occurs that would possibly work, but is it possible to predict? Could there be another workaround?
You could always use int(num)/2*2 which will force it to round to every 2.
SolarB - It works fine if you change your increments from 0.01 to 0.0625 (one sixteenth, since your active is 16 pixels wide)
ah, awesome! thanks Ayre.