On 09/07/14 23:40, [email protected] 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

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to