Just a nit picking detail...

You write:

> The mouse should "move" in proximity of its current location

Your script:

>   win.mouse ("ab "++xmouse-1++" "++ymouse+1)
>   wait.for(100)
>   win.mouse ("ab "++xmouse+1++" "++ymouse-1)

could be:

   win.mouse ("mo -1 +1")
   wait.for(100)
   win.mouse ("mo +1 -1")



Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to