white
Blitz3D Forums/Blitz3D Programming/white| 
 | ||
| how do you make the background in 2d games any other color instead of black? | 
| 
 | ||
| It's been years since I did this, but I think ClsColor 255,255,255 Repeat Cls() ; DRAW STUFF Flip() Until GameOver=True | 
| 
 | ||
| thank you! |