Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Discussion / My text won't appear!

Author
Message
Indecom 4000
21
Years of Service
User Offline
Joined: 13th Apr 2004
Location:
Posted: 8th Jun 2004 19:41
Hey, for some reason unbeknowned to me when I type: text 0,0,str$(bobo#) It displays no text on the screen. I am using classic, I ave sync on ans a refresh rate of 0. Everything works except for the text. I have used it in other programs I've made and they worked fine. Could it be because of the fact that I am using sprites? If so, why does it not have this problem with the magic-world source code when I execute that from DB?

Love to love me baby!
Balid
21
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 8th Jun 2004 21:18
Indecom 4000,

Check the order of your opperations. I'm not sure if the text is being rendered over or not but try having all your text done last. I use some sprites in my game and my text show up fine.

Can't really tell what might be wrong without seeing teh code.

Good luck,

Balid
indi
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Earth, Brisbane, Australia
Posted: 10th Jun 2004 05:10
sync on : sync rate 60
ink rgb(255,255,255),1

disable escapekey : while escapekey()=0
text 10,10,"my text"
sync
endwhile
end


fall down seven times, stand up eight
Indecom 4000
21
Years of Service
User Offline
Joined: 13th Apr 2004
Location:
Posted: 10th Jun 2004 19:04
hmm, well I kind of fixed the problem, I made the sprite transparent where the text was so you could see through.

Love to love me baby!

Login to post a reply

Server time is: 2025-05-25 07:53:03
Your offset time is: 2025-05-25 07:53:03