CyNDeR Posted November 17, 2007 Author Posted November 17, 2007 Maybe you could make it draw random shapes instead of random pixels.After that, go on and draw random figures.I had thought of that, but i cant figure out how to get it to move the move in the window while its minimized. I also tried it with hiding the window, but no luck. My scripts: Random Painter
jvanegmond Posted November 17, 2007 Posted November 17, 2007 I had thought of that, but i cant figure out how to get it to move the move in the window while its minimized. I also tried it with hiding the window, but no luck.Me neither... but you might be able to use ControlGetPos to get the absolute window coordinates for a control, and then use MouseClickDrag to draw.It's a workaround, and not very tight, but it might do the job. I would sure love to see that. github.com/jvanegmond
CyNDeR Posted November 17, 2007 Author Posted November 17, 2007 Me neither... but you might be able to use ControlGetPos to get the absolute window coordinates for a control, and then use MouseClickDrag to draw.It's a workaround, and not very tight, but it might do the job. I would sure love to see that.Already tested MouseClickDrag, and it doesnt work in minimized or hidden windows. But, i might set it to draw shapes and stuff if the window has focus. That way you could let it draw in the background or have it draw more if it has focus. My scripts: Random Painter
CyNDeR Posted November 20, 2007 Author Posted November 20, 2007 Updated to version 0.5 See first post. My scripts: Random Painter
CyNDeR Posted November 20, 2007 Author Posted November 20, 2007 Updated to version 0.6 See first post. My scripts: Random Painter
jvanegmond Posted November 20, 2007 Posted November 20, 2007 Updated to version 0.6 See first post.Haha, very funny. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now