Simulating a combination lock in Visual Basic. How do I make the angle change the stage of the lock? - lock labels
What is, is there a point that the changes instantly change the steering angle compared with values from 0 to 59 or 59 to 0, depending on the direction. The result is my problem. I have a label with the phase-lock will of course be removed later.
3 comments:
Creating select one
Select angle
Cases, 1-90: 1 = lockvalue
Case 91-180: lockvalue = 2
Case 181: ..... etc. ..
End Select
Creating select one
Select angle
Cases, 1-90: 1 = lockvalue
Case 91-180: lockvalue = 2
Case 181: ..... etc. ..
End Select
Creating select one
Select angle
Cases, 1-90: 1 = lockvalue
Case 91-180: lockvalue = 2
Case 181: ..... etc. ..
End Select
Post a Comment