This posting is older than 6 months and can contain outdated information.
Dear Felix,
thanks for your quick reply.
I´m not sure if I got that right.
Two questions:
1.) with the second solution: do i have to start the mouse behaviour first, or is it only one long pressed "down" or "right" button that moves the mouse away?
2.)I´ve never made an apple script before. I opened the script editor and pasted your code. I got the following german error message (i suppose you´re german and understand this): "Es wurde Ausdruck erwartet, aber ein "Zeilenende" wurde gefunden."
Is there a finished script? Or what have i done wrong?
I pasted:
------------------------------------------------------
tell application "Remote Buddy"
repeat 5 times
behaviouraction actionIdentifier "input.mouse.cursordown" event
"pressed"
behaviouraction actionIdentifier "input.mouse.cursordown" event
"released"
behaviouraction actionIdentifier "input.mouse.cursorright" event
"pressed"
behaviouraction actionIdentifier "input.mouse.cursorright" event
"released"
end repeat
end tell
------------------------------------------------------