Leaving map script - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Leaving map script (/thread-10025.html) Pages:
1
2
|
RE: Leaving map script - SilentStriker - 08-28-2011 haha i just made some random map just to test xD RE: Leaving map script - SilentStriker - 08-28-2011 I have one more problem x) how do I script to make the screen fade totally black before the new map loads? RE: Leaving map script - Obliviator27 - 08-28-2011 (08-28-2011, 04:42 PM)SilentStriker Wrote: I have one more problem x) how do I script to make the screen fade totally black before the new map loads?Simply add a FadeOut(0); This fades the screen instantly to black. |