- Sound
- ------------------
- Basic
keyword
-
-
- Use: Play
sounds through the internal sound system.
-
- Syntax is: Sound
channel,amplitude,pitch,duration
[,start beat]
-
- Example:
- Sound 1,-15,99,20
- Rem
Play a sound at maximum volume on channel 1
-
- Sound can also be
used to switch on and off sound generation.
-
- Example:
- Sound Off
- Rem
Any sound commands will now be ignored until you do...
- Sound On
-
- Other keywords
in the Sound category.