Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → one more thing
one more thing
2002-08-06, 8:22 AM #1
how do you make the screen turn black, like you just got knocked out, and then go back to normal. I can make it turn white, blue, green, blue-green, and others, but not black, and i can't make it go back to normal afterwards. please help me
2002-08-06, 12:09 PM #2
Use NewColorEffect(). The last parameter scales the level lighting. If you make it 0, then the level will be dark. NewColorEffect() returns a handle for the effect, and you use FreeColorEffect(handle) to stop the effect.

------------------
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.
2002-08-06, 1:03 PM #3
thanks

↑ Up to the top!