Taking a line for a walk.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Livecode Opensource Backer
- Posts: 10096
- Joined: Fri Feb 19, 2010 10:17 am
Taking a line for a walk.
- Attachments
-
- Drag Track.livecode.zip
- Stack.
- (42.49 KiB) Downloaded 95 times
-
- Livecode Opensource Backer
- Posts: 10096
- Joined: Fri Feb 19, 2010 10:17 am
Re: Taking a line for a walk.
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