I'm trying to spin a knob using a touch swipe control scheme for mobile.
first I tried using the physics behavior... no good.
so now I'm manually checking the direction of the swipe, and then the position of the swipe - since that would change the spin direction.
if there's no easier way, can anyone make suggestions to make this capx tighter? I actually have only tested this with the mouse so
far...
I'd also like to make it more kinetic and tried using Touchspeed, but I'm not sure how accurate the mouse is in replicating that. Currently that part is just commented out, but it wasn't working very well especially swiping up.
https://dl.dropboxusercontent.com/u/362 ... _spin.capx