Dragging an object
Geoff Canyon
gcanyon at gmail.com
Sat Jul 12 19:46:00 EDT 2014
On Fri, Jul 11, 2014 at 12:14 AM, Richmond <richmondmathewson at gmail.com>
wrote:
> on mouseUp
> set the moveSpeed to 65000
> put item 2 of the loc of me into LCK
> move me to ZZZ, LCK
> end mouseUp
>
> where 'ZZZ' is the fixed lateral location.
>
> I've set the moveSpeed way up high so the movement is not seen.
>
Apart from any other consideration, why wouldn't you use
set the loc of me to ZZZ,LCK
instead of the move command?
More information about the use-livecode
mailing list