BLENDSCREEN

Syntax:

BLENDSCREEN bmp$

Fades the current back buffer (hidden surface) into the picture bmp$.

Sample:

PRINT “Back-Buffer previous”, 100, 100
BLENDSCREEN “Image.bmp”