Conflicting paths
Richmond
richmondmathewson at gmail.com
Wed Jul 9 17:39:43 EDT 2014
On 09/07/14 23:40, dunbarx at aol.com wrote:
> Richmond.
>
>
> What happens if you "lock moves", set them going, and then "unLock moves"?
>
>
>
>
No joy.
However, this works quite well:
on mouseUp
put the points of grc "OVOID" into fld "POINTZ1"
put the points of grc "PATH2" into fld "POINTZ2"
put 1 into KOUNT
put 500 into QOUNT
repeat until line KOUNT of fld "POINTZ1" is empty
move img "Saturn" to line KOUNT of fld "POINTZ1"
move img "Mars" to line QOUNT of fld "POINTZ2"
add 3 to KOUNT
add 3 to QOUNT
if QOUNT > 1003 then
put 1 into QOUNT
end if
end repeat
end mouseUp
More information about the use-livecode
mailing list