Hi all. I have made a function that pastes a bitmap and then writes text over it. It works good, but I am having trouble removing it from the screen. I have other bitmaps on the screen that form a HUD, and if I used CLS it removes everything that is not updated from the screen... I was wondering how I could make a "Delete box" function... Thanks im advance.
Final Fantasy Style Text Boxes?
Blitz3D Forums/Blitz3D Beginners Area/Final Fantasy Style Text Boxes? Just cls then draw all the bitmaps and text except the one you want to disappear.