' DATA FOR MOUSE MOVEMENT X AND Y POSITIONS IN LESSON 2 SHOW ME STEPS :

xy = Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)

' Step 3:  Mouse moves to start button
' starting X & Y coordinates:
xy(0) = 220
xy(1) = 250
' ending X & Y coordinates:
xy(2) = 25
xy(3) = 385

' Step 3:  Mouse moves to Programs
xy(4) = 99
xy(5) = 60

' Step 3:  Mouse moves to Accessories
xy(6) = 217
xy(7) = 52

' Step 3:  Mouse moves across Acc menu and down to Wordpad
xy(8) = 350
xy(9) = 61
xy(10) = 340
xy(11) = 213


' Step 4:  Mouse Moves To Wordpad Close Button
xy(12) = 495
xy(13) = 23

