Get with the program. Shake with the script
repeat 10 times
set xxx to (random number from -100 to 100)
set yyy to (random number from -100 to 100)
set shakecue to "1"
tell application id "com.figure53.qlab.3" to tell front workspace
set translation x of cue shakecue to xxx
set translation y of cue shakecue to yyy
end tell
delay 0.1
end repeat
tell application id "com.figure53.qlab.3" to tell front workspace
set translation x of cue shakecue to 0
set translation y of cue shakecue to 0
end tell
remember to have custom geometry enabled on the shake cue
Mic