The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: michael95 on April 21, 2011, 03:35:54 PM

Title: Screen extinguishing and night efect
Post by: michael95 on April 21, 2011, 03:35:54 PM
I want to screen slowly extinguished and then to return to the same map as before, just would look like at night.
Title: Re: Screen extinguishing and night efect
Post by: pacdiggity on April 21, 2011, 03:41:32 PM
Tint commands in events can do exactly that. Make a command to tint the screen ~-20 for each colour (not strength, keep that 255), at about 30 frames, wait for completion. Then, do the same but with -40 for each colour. Continue until you get to complete black. When you want the screen back, make another command to tint the screen to -20, -20, -20, 255.
Alternitavely, use the Fadeout Screen and Fadein Screen commands.