Demongo Posted August 28, 2009 Share Posted August 28, 2009 Can anyone give me a script that will do this: Turn the screen black for about two secs, then continue the dialog. Thanks in advance. Link to comment Share on other sites More sharing options...
jamezy91 Posted August 29, 2009 Share Posted August 29, 2009 Can anyone give me a script that will do this: Turn the screen black for about two secs, then continue the dialog. Thanks in advance. From what you've posted this should work void main() { //This will fade to black SetGlobalFadeOut(0.5, 2.0); //This will fade back in SetGlobalFadeIn(2.5, 2.0); } This should fade to black for 2 seconds then fade back in. Hope this helps Link to comment Share on other sites More sharing options...
Demongo Posted August 29, 2009 Author Share Posted August 29, 2009 Yes it worked! Thank you:D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.