Name
SetMusicVolume -- modify volume of a music object (V2.0)
Synopsis
SetMusicVolume(id, volume)
Function
This function modifies the volume of the music object specified by id. If the music object is currently playing, the volume will be modified on-the-fly which can be used for sound fades etc.

Starting with Hollywood 2.0, volume can also be a string containing a percent specification, e.g. "50%".

Inputs
id
identifier of the music object
volume
new volume for the music object (range: 0=mute until 64=full volume or percent specification)

Show TOC