Hello guys,
i`m using bmp font plugin from Program Anouncment plugins thread.
It have 2 commands only and it`s very useful for showing text, but not that good when comes to typing.Everytime there is keypress that isn`t responding to writable button like "Tab" or "Enter" it returns error that the image doesent exist.
This is my code.If someone can think about workaround solution.
sync on : sync rate 60
font=1000 `start image number for store each character (96 characters)
load image "font.bmp",1
`image number,start image
make bmp font 1,font
`clear the screen because the font image is pasted on screen
cls
do
if keystate(14)=1 then cls
bmp_text$ = entry$(1)
btext font,bmp_text$,10,30,8,1
sync
loop
I`m using deffault font provided with the plugin.
Where there is a will, there is a way.
I often edit my posts, that`s who i am