Worm Programming – Global Variables
v The first step is to declare two arrays.  These hold
the x and y coordinates of the center of each of the
circles that make up the body of the worm.
There are 10 circles in all.
Dim inchwormX(9) As Integer, inchwormY(9) As Integer