Scene Transitions? (wipes, dissolves, fx, etc..)

BlitzMax Forums/BlitzMax Programming/Scene Transitions? (wipes, dissolves, fx, etc..)

MGE(Posted 2008) [#1]
Just curious how everyone does these. Or if you have any ideas, etc. Thanks.


MikeT(Posted 2008) [#2]
I found these in the code archives

http://www.blitzbasic.com/codearcs/codearcs.php?code=1445

http://www.blitzbasic.com/codearcs/codearcs.php?code=1281

I've not tried them but they sound like what you are after.

Mike

edit - there was this as well.

http://www.blitzbasic.com/codearcs/codearcs.php?code=1882


Grey Alien(Posted 2008) [#3]
I've got fade in/out from black (from white would be easy) using a full-screen transparent rect drawn over everything. I've also done a cross-fade by drawing a full-screen image at an alpha level over a solid full-screen image. That's really all I've done. Of course when then new screen appears you can make UI elements slide into place.


Warpy(Posted 2008) [#4]
fade in/out from black is just as easy - just use SHADEBLEND.