Finding Your Coordinates
Author |
Message |
AlexIbrahim
|
Posted: Fri Jun 04, 2004 10:18 am Post subject: Finding Your Coordinates |
|
|
Is there anyway to create a program that tell you where you mouse is at all times at it moves across the screen?? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Dan
|
|
|
|
|
Delta
|
Posted: Fri Jun 04, 2004 1:17 pm Post subject: (No subject) |
|
|
and if your lazy and drunk just do something like this.
code: | var mX, mY, mB : int
loop
Mouse.Where (mX, mY, mB)
locate(1,1)
put "x : ", mX, ":::: y : ",mY..
end loop |
|
|
|
|
|
|
AlexIbrahim
|
Posted: Fri Jun 04, 2004 5:16 pm Post subject: (No subject) |
|
|
you guys are awesome |
|
|
|
|
|
|
|