jPosY() Indicates the Y position of the joystick Syntax: jPosY() -> nPos Description: Indicates the position on the Y co-ordinate of the system's first joystick's control like complete value. Return: The Y position of the joystick. Example: If jPosY() < 300 .And. jPosY() > 100 Warning ( "Ok" ) EndIf