Wintermute Engine Forum

Wintermute Engine => Feature requests, suggestions => Topic started by: renno on June 08, 2003, 12:15:06 PM

Title: Different FADE IN/FADE OUT effects
Post by: renno on June 08, 2003, 12:15:06 PM
I would like to use different fade in/fade out effects in my game, like dissolve, instant, cool effects...

Thanks in advance
Title: Re:Different FADE IN/FADE OUT effects
Post by: Mnemonic on June 08, 2003, 06:32:44 PM
Could you be more specific about the effect you'd like to see? Maybe some of them could be done by scripting?
Instant scene transition is possible, btw. The complete ChangeScene syntax is:

Game.ChangeScene(SceneFilename, FadeOut, FadeIn)

The FadeIn and FadeOut default to true, but if you pass false, no fading effect will occur when changing the scene.