Difference between revisions of "DO SCREEN FADE OUT"
Jump to navigation
Jump to search
(New page: {{Native |np=1 |p1t=Integer |p1d=Time to fade out }} 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_FAD...) |
|||
Line 2: | Line 2: | ||
|np=1 | |np=1 | ||
|p1t=Integer | |p1t=Integer | ||
− | |p1d= | + | |p1d=Duration is milliseconds |
}} | }} | ||
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]]. |
Revision as of 18:57, 29 April 2015
Number of parameters: 1 | ||
---|---|---|
Parameter # | Type | Description |
1. | Integer | Duration is milliseconds |
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.