fadeMusic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Description:''' | '''Description:''' | ||
Smooth change in music volume. | Smooth change in music volume. | ||
Change duration is given by time (in seconds), target volume by volume. | |||
Change duration is given by '''time''' (in seconds), target volume by '''volume'''. | |||
Volume range is 0 (no music) to 1 (full volume). | Volume range is 0 (no music) to 1 (full volume). | ||
Default music volume is 0.5. | Default music volume is 0.5. | ||
'''Example:''' | '''Example:''' | ||
5 '''fadeMusic''' 0 | 5 '''fadeMusic''' 0 |
Revision as of 10:16, 16 April 2006
time fadeMusic volume
Operand types:
time: Number
volume: Number
Type of returned value:
Description:
Smooth change in music volume.
Change duration is given by time (in seconds), target volume by volume.
Volume range is 0 (no music) to 1 (full volume).
Default music volume is 0.5.
Example:
5 fadeMusic 0