cls
Blitz3D Forums/Blitz3D Programming/cls| 
 | ||
| im still working with the blitz3d 2d side. my question is when i use cls it clears the screen and leaves the next print command in the middle of the screen. how can i make it go back to the top and start blank. thanks malicnite | 
| 
 | ||
| call Locate(0,0) anytime you Cls() P.S. You might find responses better in the Blitz3D Beginners Area. | 
| 
 | ||
| thanks octothoroe. that worked |