Game Development Community

why staticsprite can not be seen in TGB

by jack518 · in Torque Game Builder · 09/06/2009 (5:41 am) · 3 replies

Hi, I tried to drag some road signs' sprites(left,righ, up,down) into the scene level from the static sprites rollout, and some of them can be seen, but some of them can not.. only have the rectangle frame for that object. can anybody give me some clue to resolve it?

Best thanks

#1
09/07/2009 (3:56 pm)
It's probably because TGB is not finding that image but it still has the datablock data that tells it that that image should exist. Try deleting the image and readding it.

Another possibility is that you clicked off visible accidentally.
#2
09/08/2009 (2:11 am)
Hi Gertsch,
thank you for ur reply, but even after i deleted it and redrag a new one, but the new one sitll can not be displayed in the scene level. I also checked the visible option, it was selected. Now i set up another scene level and it is fine. quite confused about this problem,...
#3
09/08/2009 (2:16 am)
Another issue is that sometimes i want to change some object's velocity through the console, but it does not always works.