Give the voice number to be checked, from 0 to 3, and the intensity is returned in the form of number from 0 (silence) to 63 (maximum). Please see VUMETER in Chapter 8.1 for a working example.
XH
hardx-coordinate=XHard(screen ,x-coordinate)
The XH function converts a screen x-coordinate into its equivalent hardware coordinate, relative to the specified screen number.
XM
x-coordinate=XMouse
XM is identical to the X MOUSE function in Basic, and returns the x-coordinate of the mouse cursor in hardware coordinates.
XS
hardx-coordinate=XS(screen,x-coordinate)
This converts a hardware coordinate to a screen coordinate, relative to the specified screen number.
YH
hardy-coordinate=YHard(screen,y-coordinate)
The YH function converts a screen y-coordinate into its equivalent hardware coordinate, relative to the specified screen number)
YM
y-coordinate=YMouse
YM is identical to the Y MOUSE function in Basic, and returns the y-coordinate of the mouse cursor in hardware coordinates.
YS
hardy-coordinate=YS(screen,y-coordinate)
This converts a hardware coordinate to a screen coordinate, relative to the specified screen number.
Z
random=Z(bit-mask)
The Z function returns a random number from -32767 to 32768.
This number may be limited to a specific range using an optional bit-mask.