Ive tryed to create a labelsystem for my 3d space game. And it works... but not as I want it to. You see, the idea was to make so a label that shows the name of a planet will apear on the planets location as soon as it enter the screen. That part works. BUT IF YOU ROTATE 180 DEGREES YOULL SEE THE LABEL IN SPACE!!! First i did it like this:
center text object screen x(2),object screen y(2),world$(1,1,cusy)
. Then I tryed to make so the label would disapear when it did get out of the screen. But that didnt work. Can anyone help me?
EDIT:
Im sorry for not posting the other peace of code I tryed when the first one didnt work, but I cant post it, its too wide.