On Fri, Jul 11, 2014 at 12:14 AM, Richmond <richmondmathew...@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?
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to