Skip to content
supermaximo93 edited this page Sep 21, 2011 · 2 revisions

C declaration
void fadeMusic( int time );

Pascal declaration
procedure fadeMusic( time : integer );


Parameters
time: The amount of time to fade out the music over in milliseconds


Description
Fades out and stops the background music that is currently playing.

Clone this wiki locally