Behavior : Line
Author:Rex.Rainbow
- Set position, angle, and width of this instance, to be a line.
Download
Actions
Line between
Action:Line between points
- Line between two points.
- Start X ( number ) : The X co-ordinate of Start point.
- Start Y ( number ) : The Y co-ordinate of Start point.
- End X ( number ) : The X co-ordinate of End point.
- End Y ( number ) : The Y co-ordinate of End point.
Action:Line between instances
- Line between two instances.
- Start ( object ) : Start object.
- End ( object ) : End object.
Action:Line between instances by UID
- Line between two instances by UID.
- Start ( number ) : UID of Start object.
- End ( number ) : UID of End object.
Line to
Action:Line to point
- Line to point.
- End X ( number ) : The X co-ordinate of End point.
- End Y ( number ) : The Y co-ordinate of End point.
Action:Line to instance
- Line to instance.
- End ( object ) : End object.
Action:Line to instance by UID
- Line to instance by UID.
- End ( number ) : UID of End object.
Lock
Action:Lock between instances
- Lock between two instances.
- Start ( object ) : Start object.
- ImagePoint ( number or string ) : Name or number of image point to get.
- End ( object ) : End object.
- ImagePoint ( number or string ) : Name or number of image point to get.
Action:Lock between instances by UID
- Lock between two instances by UID.
- Start ( number ) : UID of Start object.
- ImagePoint ( number or string ) : Name or number of image point to get.
- End ( number ) : UID of End object.
- ImagePoint ( number or string ) : Name or number of image point to get.
Expressions
End
Expression:EndX
- Get X co-ordinate of line end.
Expression:EndY
- Get Y co-ordinate of line end.
Lock
Expression:StartUID
- Get UID of start instance. Return (-1) if start instance is invalided.
Expression:EndUID
- Get UID of end instance. Return (-1) if end instance is invalided.