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.

Newcomers DBPro Corner / print and 3d

Author
Message
Bishop
21
Years of Service
User Offline
Joined: 18th Dec 2002
Location: In my favorite chair...
Posted: 24th Sep 2003 04:35
hey....i asked this question a while ago and i got few or very unclear responces....
how do i get print and input and other text effects to work while activly using 3d?

i have tried ythis before, but it is dificult

Bishop

"When you were born, you cried and the world rejoiced. Live so when you die, the world cries and you rejoice."
zzabb
21
Years of Service
User Offline
Joined: 25th Apr 2003
Location: Seattle, USA
Posted: 24th Sep 2003 09:22 Edited at: 24th Sep 2003 09:24
use strings and covert numbers to strings
then use the text command
inside your main loop

a$=str$(number)
do
text 50,50,a$
sync
loop

if you use the input command it will stop your loop/program
until you input your data
if you want to do other things while your inputting data
there is a code and function in the code snippets you could use
or you could use what i made or make your own




in order to see your text you have to put it in your loop or if you have sync on, before your sync

officially
according to the experts you shouldn't print or text directly to the screen?

you should
pseudo-code
do
set current bitmap 1
text or print data
set current bitmap 0
loop

i'm not sure why, but that is what they keep saying (-:
i hope it helps

My advice is free -
unfortunately you get what you pay for (-:

Login to post a reply

Server time is: 2024-09-21 01:07:09
Your offset time is: 2024-09-21 01:07:09