FIT 100
© Copyright University of
Washington 1999-2000
Worm Programming – Global Variables
vThe 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