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
points of the line into a variable
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
points of the line into a variable
--
Thanks
Kevin
Thanks
Kevin
Re: points of the line into a variable
Hi Kevin,
Try
Simon
Try
Code: Select all
on mouseUp
put the points of grc 1 into temp --whatever your graphic name is
end mouseUp
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!