spacer graphic
spacer graphic
Montage of games AGS Logo
spacer graphic

 

spacer graphic
Menu
spacer graphic Home
About
News
Features
Download AGS
spacer graphic Games 
Games main page
Award Winners
Picks of the month
Short games
Medium length games
Full length games
In Production
Hints & Tips
Community
Forums
AGSers World Map
Member websites
Chat
Resources
Tutorials
FAQ
Knowledge Base
Downloads
Links
AGS-related links
* AGS Manual
  * Scripting
    * Multimedia functions

SetMusicVolume

SetMusicVolume (int volume)
Overrides the room volume setting and sets the volume to VOLUME instead. The values range from -3 to 3, representing each stage in the editor volume options (ie. -3 = quietest, 0=normal, 3=loudest).

NOTE: The volume will be reset when the player enters a new room.

Example:

SetMusicVolume(-3);
will set the room volume to quietest.

See Also: SetMusicMasterVolume, SetSoundVolume, GetCurrentMusic


User comments and notes
There are currently no user comments on this page.
The user comment facility is currently disabled.