Page 1 of 1

points of the line into a variable

Posted: Wed Apr 20, 2016 6:04 am
by kevin007
Hi All

I draw a line using line tool, Is it any way to get point of the line into a variable, in property window of the the line points are placed in a text field is it possible get those values into a variable

Thanks
kevin

Re: points of the line into a variable

Posted: Wed Apr 20, 2016 7:41 am
by Simon
Hi Kevin,
Try

Code: Select all

on mouseUp
   put the points of grc 1 into temp --whatever your graphic name is
end mouseUp
Simon