cls

Blitz3D Forums/Blitz3D Programming/cls

malicnite(Posted 2005) [#1]
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


octothorpe(Posted 2005) [#2]
call Locate(0,0) anytime you Cls()

P.S. You might find responses better in the Blitz3D Beginners Area.


malicnite(Posted 2005) [#3]
thanks octothoroe. that worked