procedure PlaySound(Sound : string);
PlaySound plays the sound file with the path Sound.
Supported formats: .wav. (Possibly others, if someone has time to figures this out please let us know)
Example:
PlaySound('C:\roar.wav');
procedure StopSound;
StopSound stops all currently playing sounds.
TPointArray Functions
MML Reference
Enter search terms or a module, class or function name.