Difference between revisions of "DO SCREEN FADE OUT"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
|np=1 | |np=1 | ||
|p1t=Integer | |p1t=Integer | ||
− | |p1d=Duration | + | |p1d=Duration in milliseconds (ms) |
}} | }} | ||
This function fade out the screen and turn off the sound of the game. To fade in the screen and turn on the sound call [[DO_SCREEN_FADE_IN]]. | This function fade out the screen and turn off the sound of the game. To fade in the screen and turn on the sound call [[DO_SCREEN_FADE_IN]]. |
Latest revision as of 18:57, 29 April 2015
Number of parameters: 1 | ||
---|---|---|
Parameter # | Type | Description |
1. | Integer | Duration in milliseconds (ms) |
Return value: | ||
Type | Description | |
None |
This function fade out the screen and turn off the sound of the game. To fade in the screen and turn on the sound call DO_SCREEN_FADE_IN.