-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|471|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Snippet Home -> Text and GUI's


 
Teasy
Created : 10 August 2007
Edited : 10 August 2007
System : Windows
Language : Blitz

Print, Write, Locate + Input replacement

Intended for BlitzPlus, but can be used in Blitz2D and Blitz3D too.

Most significant functions:
- ClsColor r,g,b
- Cls
- Locate x,y
- Print msg$
- Write msg$
- result$ = Input$( prompt$ )

The functions override Blitz' native set of functions.
See the blitzprint_demo() function at the bottom to see the system in action.


 

Comments