FadeScreen

From NexusWiki
Revision as of 07:58, 17 June 2009 by The Old Dragon (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

FadeScreen(level, time, endevent);

It fades in/out the screen. ‘level’=1 fade out, ‘level’=0 fade in, in ‘time’ seconds. If ‘endevent’ is not 0, than at the end of the fade out this event will be effected in the mission script. The fade out happens UNDER the GUI layer, so it is better if the GUI is hidden.