I've been assigned the task of setting a circle in constant motion across the width of any screen. As it does this, it is supposed to transition from one color to others before reaching a stopping point. I've tried using a while loop as my code indicates, but when I run the program, it returns an entirely blank canvas without the moving ellipse. I've kept its starting color black, but should I be using if statements instead?