Page 1 of 1

Taking a line for a walk.

Posted: Sun Feb 12, 2023 4:28 pm
by richmond62
walkingLine.jpg

Re: Taking a line for a walk.

Posted: Sun Feb 12, 2023 4:58 pm
by richmond62

Code: Select all

on mouseDown
   grab me
   put the loc of me after fld "fPOZ"
   put cr after fld "fPOZ"
end mouseDown

on mouseStillDown
   put the loc of me after fld "fPOZ"
   put cr after fld "fPOZ"
   set the points of grc "LLL" to fld "fPOZ"
end mouseStillDown