Does anyone know how to make a fade in/out transition?
Fade In/Out
BlitzPlus Forums/BlitzPlus Beginners Area/Fade In/Out 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.
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.
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?
I think blitzplus has fast image access though?