Syntax:
BLENDSCREEN bmp$
Fades the current back buffer (hidden surface) into the picture bmp$.
Sample:
PRINT “Back-Buffer previous”, 100, 100BLENDSCREEN “Image.bmp”