fadeMusic: Difference between revisions

From Bohemia Interactive Community
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 11:16, 16 April 2006

time fadeMusic volume

Operand types:

time: Number

volume: Number

Type of returned value:

Nothing

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