Screen slowly fade out to black and slowly fade out to normal
6 replies, posted
So I need to make a quick script that makes the screen fade out to pitch black and after the timer.Simple is over the screen fade back to normal. Thanks, help is appreciated.
Draw a black box the size of the screen then use panel:AlphaTo() ?
[QUOTE=Crazy Quebec;18540590]Draw a black box the size of the screen then use panel:AlphaTo() ?[/QUOTE]
I love you.
[QUOTE=Crazy Quebec;18540590]Draw a black box the size of the screen then use panel:AlphaTo() ?[/QUOTE]
That assuming you have a panel and are not drawing it yourself :wink:
Otherwise, that's a very useful command :keke:
just run the commands "FadeIn" and "FadeOut"
[QUOTE=kraizer793;18547968]just run the commands "FadeIn" and "FadeOut"[/QUOTE]
I don't see those anywhere, how do you use them?
run "fadeout" to fade to black, run "fadein" to fade from black to normal.
Just type 'em in console.
Sorry, you need to Log In to post a reply to this thread.