No subject

Mark Wieder mwieder at ahsoftware.net
Fri Apr 9 12:32:45 EDT 2004


Beat-

Friday, April 9, 2004, 2:02:34 AM, you wrote:

BC> My question : I made a script to move and change direction of a line
BC> (a graphic). Works well until I want the former top to be beneath the

I change the direction of lines by reversing the endpoints. See the
documentation on the "set the points of" command.

set the endArrow of myGraphic to true
set the points of myGraphic to startPoint, endPoint
set the points of myGraphic to endPoint, startPoint

-- 
-Mark Wieder
 mwieder at ahsoftware.net



More information about the use-livecode mailing list