' 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) = 195
xy(5) = 203


' Step 5: Mouse Moves To My Documents in C: Window
xy(6) = 119
xy(7) = 200


' Step 6: Mouse Moves To File Menu
xy(8) = 107
xy(9) = 75

' Step 6: Mouse Moves To File-->New
xy(10) = 145
xy(11) = 95

' Step 6: Mouse Moves To File-->New-->Folder
xy(12) = 280
xy(13) = 95


' Step 7: Mouse Moves To New Folder Icon
xy(14) = 120
xy(15) = 190

' Step 7: Mouse Moves To 'Rename' in Popup Menu
xy(16) = 170
xy(17) = 360


' Step 8: Mouse Moves down to File-->New-->WordPad Document
xy(18) = 330
xy(19) = 200


' Step 9: Mouse Moves To New WordPad Document Icon
xy(20) = 190
xy(21) = 190

' Step 9: Mouse Moves To 'Rename' on Popup Menu
xy(22) = 240
xy(23) = 340


' Step 11: Mouse Moves To 'Sample File'
xy(24) = 200
xy(25) = 190

' Step 11: Mouse Drags Sample File to Sample Folder
' starting X & Y coordinates:
xy(26) = 150
xy(27) = 180
' ending X & Y coordinates:
xy(28) = 85
xy(29) = 185


' Step 12: Mouse Moves To 'Sample Folder'
xy(30) = 124
xy(31) = 185


' Step 13: Mouse Moves To Close Button
xy(32) = 472
xy(33) = 50

