Code archives/Miscellaneous/BSOD

This code has been declared by its author to be Public Domain code.

Download source code

BSOD by riotvan2002
This is just a test piece of code
Function BSOD()
	Cls
	Flip
	bsodimage=LoadImage(BSOD$)
	ResizeImage bsodimage,GraphicsWidth(),GraphicsHeight()
	DrawImage bsodimage,0,0
	Flip
	While Not KeyHit(1)
	Wend
	FreeImage bsodimage
	End
End Function

Comments

Mikorians2014
Uh... ha ha ha... Ummm... What does it do?


Code Archives Forum