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 [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
