|
Yes This IS a Beginner's Question
I know that everyone is in deep with their programs at this point, but I'm having problems programming a dead zone into our joysticks. When we put the program in, it seemed to not respond all the time. Like it would go backwards, and then it would decide that it wouldn't go backwards anymore. I'm not really sure. Here's what we put in:
If 117<p1_y<137 THEN stop_p1_y
If 117<p3_y<137 THEN stop_p3_y
goto end_zero
stop_p1_y:
p1_y = 127
goto end_zero
stop_p3_y:
p3_y = 127
goto end_zero
end_zero:
If you could help, that would be great.
Thanks!
|