Quote:
Originally Posted by MrMoke
Your while loop is doing exactly what it is supposed to do. (ie: Execute repeatedly as long as the test is true)
|
When I let up on the key, wouldn't that make the condition false and it would stop executing the inner loop and therefore stop moving the character forward?