Taking a line for a walk.
Posted: Sun Feb 12, 2023 4:28 pm
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
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