okay heres the deal.
i am (like most of us) making a game. I'm mostly independant and try to seek help as little as possible, but this one has me stumped. so here goes....
i want
anything 2d to appear in the game while its running 3d models and such. Ive got a player model an npc, and small level yadda yadda. anyway, nothing 2d will show up on the screen, like if im in the do-loop, and i say
"
if object in screen(7)=1
npcx#=object screen x(7)
npcy#=object screen y(7)+25
ink rbg(255,255,255),0
center text npcx#,npcy#,"JOE"
endif
"
it doesnt say joe anywhere.
it doesnt say there is an error either.
it just doesnt show up.
keep in mind it is in the do-loop
WHY
i dont know why
is there an easy explanation?!
notice my quote
"geez, its probably a noobish mistake too!"