U could use this gamma code to fade.
`This fades out to black
for i = 255 to 0 step -5
set gamma i,i,i
next i
`If u want to clear your screen and put something new in, do this
`BTW the image placement and number is something u specify
`and if u want to clear images and sprites that are already there,
`just delete or move them off screen
cls
paste image 1,200,200
`Fade back in
for i = 0 to 255 step 5
set gamma i,i,i
next i
Or if u want it to fade to black, make those 0's turn into 500. Either way, u get the same effect.
-Vash the Stampede
Intel Pentium 4 3.0 Ghz 1024MB Ram NVIDIA GeForceFX 5200 128MB 19" LCD DVI Viewsonic