A Simple Idea
Concept: Animation is simply the rapid display of still pictures
The process --
- Erase the figure
- Reposition the figure by ? distance
- Redraw the figure
Small ? ==> slow, large ? ==> fast
Consider moving a circle across the form “with clicks”
- Declare the position variables
- Initialize them in Form_Load()
- Apply the Process in Form_Click