DestroyerX 0 Posted November 30, 2001 Heya all, I have a little question: I was wondering how you could fade a screen out like at the end of a cutscene and also how to fade a screen in again.(Please don't say it's a script:() DX Share this post Link to post Share on other sites
RED 0 Posted November 30, 2001 err it is a script if you are doing it in a cutseen RED Share this post Link to post Share on other sites
Trashcan 0 Posted November 30, 2001 If you want to do this, you need a script like this one. (fade out to black over 4 seconds) titlecut [" ","Black Out",4] ~4 Â (fade back in over 4 seconds) titlecut [" ","Black In",4] ~4 Save this as a normal script and execute it with a trigger. (Edited by Trashcan at 9:19 pm on Nov. 30, 2001) Share this post Link to post Share on other sites