TActivePlayer.PlaySound
procedure PlaySound(Name: string; X, Y: Single) Name: Name of the sound file X,Y: Sound position
Description
Plays a specified sound file
Example
Player.PlaySound('burn.wav', Player.X, Player.Y);
procedure PlaySound(Name: string; X, Y: Single) Name: Name of the sound file X,Y: Sound position
Plays a specified sound file
Player.PlaySound('burn.wav', Player.X, Player.Y);