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.

Author
Message
super_tornado_
21
Years of Service
User Offline
Joined: 18th Dec 2002
Location:
Posted: 19th Dec 2002 19:45
how can i get text to appear over a matrix or an object this might sound easy but i just dont know how to do this
thanks
Hamish McHaggis
21
Years of Service
User Offline
Joined: 13th Dec 2002
Location: Modgnik Detinu
Posted: 19th Dec 2002 20:41
you could save some text in bitmap format (on paint or something) and texture the object with that bitmap. I dont know any other ways, sorry.

John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 20th Dec 2002 01:59
Negative. Must be made into a sprite. Its like a 3d bitmap which refreshes with the screen.

RPGamer

Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com
indi
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Earth, Brisbane, Australia
Posted: 20th Dec 2002 02:08
object screen x()
object screen y()


perhaps

John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 20th Dec 2002 03:47
I always use sprites- here is how to make text a sprite (I have posted this soooooooo many times )

yourtext$= "Laladeda"
set text font "Arial"
Set text size 30
Set text to bold
tw = text width(yourtext$)
th = text height("A")
create bitmap 17, tw, th
text 0, 0, yourtext$
get image 17, 0, 0, tw, th
delete bitmap 17
sprite 17, 300, 503, 17

Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com

Login to post a reply

Server time is: 2024-04-24 10:53:59
Your offset time is: 2024-04-24 10:53:59