the x of <mPoint>
The x coordinate of a point value.
An expression which evaluates to a point.
variable tPoint put point [50, 100] into tPoint // Store the x-coordinate of the point in a variable variable tX put the x of tPoint into tX // Move the point 10 units to the right set the x of tPoint to (tX + 10)
The x coordinate of mPoint.