So I'm making the mouse move to specific coordinates to draw an image for me. It takes alot of time to type all off the coordinates in like this:
moveCursor(140, 204)
moveCursor(123, 193)
moveCursor(99, 189)
moveCursor(74, 196)
moveCursor(58, 213)
moveCursor(49, 237)
moveCursor(52, 261)
moveCursor(65, 279)
moveCursor(86, 292)
moveCursor(113, 295)
moveCursor(135, 282)
So I thought that I could make a table and it would do this automatic?
moveCursor(140, 204)
moveCursor(123, 193)
moveCursor(99, 189)
moveCursor(74, 196)
moveCursor(58, 213)
moveCursor(49, 237)
moveCursor(52, 261)
moveCursor(65, 279)
moveCursor(86, 292)
moveCursor(113, 295)
moveCursor(135, 282)
So I thought that I could make a table and it would do this automatic?