Hey guys I need help making the starting of my game. I want my logo to fade in and then fade out like in almost all games, would I have to use the fade command and or also include RGB? A tutorial would be nice
The FADE command should work well. I think something along the lines of
FADE RGB(127,0,0,0),60
should fade out to black in 60 frames. That's probably not exactly right, but you should be able to adjust the RGB values to get the results you want.