jPosX() Indicates the X position of the joystick Syntax: jPosX() -> nPos Description: Indicates the position on the X co-ordinate of the system's first joystick's control. Return: The X position of the joystick. Example: If jPosX() < 400 .And. jPosX() > 200 Warning( "Perfect" ) EndIf