rex_line
Introduction
Set position, angle, and width of this instance, to be a line. This behavior could be used with sprite, or tile background object.
Set position, angle, and width of this instance, to be a line. This behavior could be used with sprite, or tile background object.
Line between
Call "Action:Line between two points", or "Action:Line between two instances", or "Action:Line between two instances by UID" to set this line linking between these two points.
Call "Action:Line between two points", or "Action:Line between two instances", or "Action:Line between two instances by UID" to set this line linking between these two points.
Line to
Call "Action:Line to point", or "Action:Line to instance", or "Action:Line to instance by UID" to set this line linking from current position to target point. i.e. the position of this instance will not be changed.
Call "Action:Line to point", or "Action:Line to instance", or "Action:Line to instance by UID" to set this line linking from current position to target point. i.e. the position of this instance will not be changed.
Position of line start and end
Get Position of line start by instance's (X,Y), line end by "Expression:EndX", "Expression:EndY".
Get Position of line start by instance's (X,Y), line end by "Expression:EndX", "Expression:EndY".
Lock between
Sample capx
Call "Action:Lock between instances", or "Action:Lock between instances by UID" to pin the start and end point to these two instances on their image point. i.e the position of start or end point will be set to the position of start and end instance every tick.
Sample capx
Call "Action:Lock between instances", or "Action:Lock between instances by UID" to pin the start and end point to these two instances on their image point. i.e the position of start or end point will be set to the position of start and end instance every tick.