Group of images + a button. Script for button:
Code: Select all
on mouseDown
put the location of group id 1009 into tMoo
put item 1 of tMoo into tMoveLR
put item 2 of tMoo into tFix
move group id 1009 to (tMoveLR + 88), tFix in 5 ticks
end mouseDown
But how to script that the user is holding the mouse down for half a second or more and so for the repeat loop to run?
Any answers to this appreciated, thanks.
