I’d like to see if I could create a script with ‘graphics’ by making it draw on a paint document in appleworks 6. I’m hoping to use a system events thing which will allow me to move the mouse on the canvas or over the toolbar , click and move again or make the mouse go ‘down’ in a way, move drawing a line and lift the mouse up again, but all I can find is the click command which has failed miserably. All ideas appreciated.
The only way I know of to “paint” from a script is to use Canvas and “paint” in a browser window. Certainly not responsive to the mouse.
Thanks, but from what I can see from this, it’s a html based drwing thing where you tell it what to do before loading up the HTML document. I’ll try changing the code and reloading the doc bit by bit but that seems a bit complex… Is there really no way to simulate holding the mouse down and moving from a to b? Pity…