Rotating Line Animation

In this easy animation project, draw a rotating line. You may need to call tracer(0,0) before the animation and call update() function after drawing each frame. You may also want to create a function that draws line in any direction.

Related Post