Clicks along a line
dunbarx at aol.com
dunbarx at aol.com
Wed Jul 27 13:14:10 EDT 2011
Wouldn't it be more straightforward to:
on RollEm
put "40,300" into tCllick-- first point on line
click at tClick
repeat 5 times --or 4?
add 40 to item 1 of tClick
click at tClick
end repeat
end RollEm
-----Original Message-----
From: barryb <barryb at libero.it>
To: Use List Revolution <use-revolution at lists.runrev.com>
Sent: Wed, Jul 27, 2011 6:52 am
Subject: Clicks along a line
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
_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list