Why does my rect animate outside a loop but just appears across the screen in a loop?
in
Programming Questions
•
2 years ago
I would like to animate a square around a square leaving behind different colored squares. When I am writing to control the animation I place the code in a while loop and it flies across the screen but outside a while loop it just scooches along at what I consider to be a normal speed, why do I need to keep my drawn statements outside of a loop to animate them at a palatable controllable speed?
1