Difference between revisions of "DO SCREEN FADE IN"
Jump to navigation
Jump to search
(New page: {{Native |np=1 |p1t=Integer |p1d=Time to fade in }} This function can be called only after DO_SCREEN_FADE_OUT. It's fade in the screen and turn on the sound of the game.) |
|||
Line 2: | Line 2: | ||
|np=1 | |np=1 | ||
|p1t=Integer | |p1t=Integer | ||
− | |p1d= | + | |p1d=Duration in Milliseconds (ms) |
}} | }} | ||
This function can be called only after [[DO_SCREEN_FADE_OUT]]. | This function can be called only after [[DO_SCREEN_FADE_OUT]]. | ||
It's fade in the screen and turn on the sound of the game. | It's fade in the screen and turn on the sound of the game. |
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 can be called only after DO_SCREEN_FADE_OUT. It's fade in the screen and turn on the sound of the game.