Yes, it worked
So 38 is 1 second?
Then why is 2 faster then 20
I understand the variables part (except for the counter which is covered in the below code)
Code:
if (counter < 2) // about half a second in the slow loop for one 60/255 degree turn (2 = 7 seconds, 20=2 minutes)
counter++;
I know counter++ just adds one to the variable counter, but i dont understand how the counter itself works
[edit]
i dont understand your edit fully
[/edit]