I can't use layers as I use sprites (and unfortunately it seems I can't use both at the same time
I can use TextOut() but Undo(#TEXTOUT) just works with layers (and isn't that convienent if I have more then one textout).
Then I tried CreateTextObject() / DisplayTextObject() and I hoped calling FreeTextObject() would not just free memory but also delete the text object from the screen, but this does not happen. Or in other words: When would I use FreeTextObject()? In the doc it is said: "To reduce memory consumption, you should free text objects when you do not need them any longer." I do not need it any longer when I don't want to display it. But how am I able to do it?
Thanks!