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: Klaus, FourthWorld, heatherlaine, kevinmiller
points of the line into a variable
--
Thanks
Kevin
Thanks
Kevin
-
- VIP Livecode Opensource Backer
- Posts: 3901
- Joined: Sat Mar 24, 2007 2:54 am
- Location: Palo Alto
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!