Ok now I don't know if its 'cuz DB doesn't liking 3D and 2D commands or not but heres teh strange thing..
Firstly I load a .bmp to use later to overlay the screen
load bitmap "textures/items.bmp",2
And I want text displayed over the screen during the main part of my program for debugging tools etc.
text 20,40,"fps: "+STR$(screen fps())
Later on in a subroutine I use my loaded .bmp to overlay the screen
copy bitmap 2,0
the problem is because I loaded the image using
load bitmap the text won't display for debugging. but I need the image loaded as a bitmap otherwise I can't overlay onto the screen.. Its a bit mish mashed.. and it took me a few mins to realise what was causing the dbugg tools to disapear.
anyone else seen this problem....?
*EDITED*
I'm finding more problems as I go along.. If my program even mentions a bitmap it turns off my debug tools.
I have a snippit of code in my program that blurs a bitmap and then displays it. my debug tools run fine up until this happens then they switch off.. Kinda freaky..lol
'Ooh 'eck chief'...'crumbs'