Jump to content
Sign in to follow this  
McArcher

Smooth fade out

Recommended Posts

Hello,

I want to make smooth screen fading out to black and fading in from black.

titleText ["123", "BLACK OUT"];
titleFadeOut 5;
titleText ["456", "BLACK IN"];
titleFadeOut 2;

This didn't work. It just showed "456" suddenly, without any delays, though, as I have read, titleFadeOut should "Terminate the title effect and set duration of the fade out phase to the given time."

What am I doing wrong? Thanks.

Share this post


Link to post
Share on other sites

Wiki says: titleText [text, type, speed]

titleText ["", "BLACK OUT", 5];
sleep 5;
titleText ["", "BLACK IN", 2];
sleep 2;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×