(Formerly known as GetObjectX, which is now obsolete)
int Object.X
Gets/sets the X co-ordinate of the object.
NOTE: This property cannot be changed while the object is moving.
Example:
Display("Object 1's X co-ordinate is %d.", object[1].X);
will display the X co-ordinate of object 1.
See Also: Object.Y, Object.Animating,
Object.Visible, Object.SetPosition
|