I Used two different blocks for x and y positioning in my original mouserecorder, to make the code more clear. If you want to use this for drawing, you could replace them by "goto x: y:". The reult should be more smooth /D
Mouse position recording copied from "3 MouseRecorder." All else is original.
Press the record button (red circle), draw a picture in the area above the black line (move mouse, click to draw). Then press stop (black square). To see your picture drawn, press play (green triangle).
Comments
You need to be logged in to post comments
Add a Comment
I Used two different blocks for x and y positioning in my original mouserecorder, to make the code more clear. If you want to use this for drawing, you could replace them by "goto x: y:". The reult should be more smooth /D
That works much better. Thanks for the tip.