If I have a script that I want many people to be able to use, most of whom all run their windows OS in different resolutions and the actual program the script is written for in many resolutions as well.
Is there any way to make the "move mouse" and "getpixel color" commands as well as any other commands dealing with cordinates universal no matter what windows OS resolution they are in or what resolution their program is run in?
Basically I want my script to work on a machine running in 1024x768x16 with the program at 800x600 just the same as it would run on a machine with a screen resolution at 800x600x16 with the program resolution at whatever.
Or do I have to make sure they run in the windows OS resolution/program resolution I was in when I wrote the script?
Im pretty sure theres no way to make the script work if the machines are running in different color depths, since the colors will no be the same, so thats one thing the script will require

I hope Im making sense, and someone understands what Im trying to say.
Thanks for any help.