' 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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)

' Step 3: Mouse Moves To My Computer Icon
' starting X & Y coordinates:
xy(0) = 220
xy(1) = 250

' ending X & Y coordinates:
xy(2) = 46
xy(3) = 30


' Step 4: Mouse Moves To C: in My Computer Window
' ending X & Y coordinates:
xy(4) = 203
xy(5) = 164


' Step 5: Mouse Moves To My Documents in C: Window
xy(6) = 130
xy(7) = 168


' Step 6: Mouse Moves To File Menu
xy(8) = 118
xy(9) = 58

' Step 6: Mouse Moves To File-->New
xy(10) = 148
xy(11) = 80

' Step 6: Mouse Moves To File-->New-->Folder
xy(12) = 241
xy(13) = 78


' Step 7: Mouse Moves To New Folder Icon
xy(14) = 130
xy(15) = 170

' Step 7: Mouse Moves To 'Rename' in Popup Menu
xy(16) = 191
xy(17) = 331


' Step 8: Mouse Moves down to File-->New-->WordPad Document
xy(18) = 265
xy(19) = 143


' Step 9: Mouse Moves To New WordPad Document Icon
xy(20) = 200
xy(21) = 160

' Step 9: Mouse Moves To 'Rename' on Popup Menu
xy(22) = 247
xy(23) = 329


' Step 11: Mouse Moves To 'Sample File'
xy(24) = 197
xy(25) = 153

' Step 11: Mouse Drags Sample File to Sample Folder
' starting X & Y coordinates:
xy(26) = 170
xy(27) = 141
' ending X & Y coordinates:
xy(28) = 105
xy(29) = 147


' Step 12: Mouse Moves To 'Sample Folder'
xy(30) = 127
xy(31) = 157


' Step 13: Mouse Moves To Close Button
xy(32) = 512
xy(33) = 33

