I was wondering if anyone might be able to show me some simple examples of using the sound registers.
Would like to produce sound with the joystick, and increase and decrease the volume.
Tried some stuff like this:
rem ----test code 1----
AUDV0=0
main
AUDC0=3
AUDF0=3
if joy0up then AUDV0=AUDV0+1
if joy0down then AUDV0=AUDV0-1
goto main
How can I successively increment the volume higher with joy up, and successively decrease the volume with joy down?
Thanks for any help.
T
Edited by TonyA, Sat Mar 1, 2008 8:43 AM.














