Preserved Topic: Window Moving |
|
---|---|
Author | Thread |
Neurotic (0) Inmate Newly admitted |
posted 05-11-2001 16:15
I have a newWindow opening and Im trying to make a script so the new Window follows the mouse when the mouse is clicked on it. |
Bipolar (III) Inmate From: Arcata, CA, USA |
posted 05-12-2001 03:33
Well, it seems like you would update the postion of the window to the mouse on mouse down. But to see if it's in the window, you would have to set up a function to check that. You would need window size (x,y) and screen size (x,y) and then compare the mouse to those. |