Hi
I would like to hear your opinion about this.
What I want to do:
I have some 3D action takeing place in the background. On top of this I want to have a sort of panel/console where the actual statistics of the game are displayed as text.
What I tried to do:
a) I used a sprite as the console. Unfortunately then I can't use Print/Text anymore, because said text will be drawn behind sprite. Is there any way to change this?
b) I tried to use get/paste image, however, then the black color in the console is displayed as black instead of transparent as in a sprite. And I also get a nasty flickering in the pasted image at each sync. However, text is displayed properly.
Any ideas on how to do this correctly?
Thanks for your help