Basic
STICK(
action)
Returns the coordinates of the joysticks.
Action
may be one of the following:
0
1
2
3
returns the horizontal (x) coordinate for left joystick.
returns the vertical (y) coordinate for left joystick.
returns the horizontal (x) coordinate for right joystick.
returns the vertical (y) coordinate for right joystick.
STICK
(2)
STICK
(0)
STOP
Stops program execution.
STOP
STR$(number)
Converts
number
to
a
string.
S$=
STR$(X) PRINT STR$(-234)
STRIG
ON
STRIG
OFF
Enables the STRIG function.
STRIG
ON
lets you execute STRIG function statements to return
the status of the joystick buttons.
If
you execute
a
STRIG
OFF
statement, you can not execute STRIG
function.
Tandy
1000
65