Fade In/Out

BlitzPlus Forums/BlitzPlus Beginners Area/Fade In/Out

SuperSonic7(Posted 2008) [#1]
Does anyone know how to make a fade in/out transition?


Sauer(Posted 2008) [#2]
http://www.blitzbasic.com/codearcs/codearcs.php?code=658

That's a pretty good one, it takes an image and fades it to black. There's a bunch of stuff in the code archives, just go to the graphics section.


Ross C(Posted 2008) [#3]
You could easily modify that to fade with the background. For more speed, cache the reading of the background image into an array, as that will be quicker.

I think blitzplus has fast image access though?