Clicks along a line

Mark Schonewille m.schonewille at economy-x-talk.com
Wed Jul 27 10:56:21 EDT 2011


Hi Barry,

Have a look at the screenMouseLoc. You can't move the mouseLoc, but you can set the screenMouseLoc.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

What does that error mean? Buy LiveCodeErrors for iPhone now http://qery.us/v4 A must-have for LiveCode programmers.

On 27 jul 2011, at 16:49, barryb at libero.it wrote:

> 
> I am trying to make the mouse click at fixed intervals along a straight line. So far, I have the following which 'compiles' without errors:
> 
> on RollEm
>   click at "40,300" -- first point on line
>   repeat 5 times
>      move the mouseLoc relative "40,0" without waiting
>   click at the mouseLoc 
>   end repeat
> end RollEm
> 
> Only the first statement works. At line 4 it throws the error:
> 
> Type    move: can't find object
> Object    card id 1002
> Line    move the mouseLoc relative "40,0" without waiting
> Hint    RollEm
> 
> How should I script that repeat structure?
> With many thanks in advance.
> Barry Barber 





More information about the use-livecode mailing list