Game Development Community

I read a tut but it does not work

by Sam Harbin · in Torque X 2D · 12/05/2010 (7:31 pm) · 7 replies

Hello i follwed the space ship game tut from http://www.torquepowered.com/community/forums/viewthread/67749
But at the first part when i debugg it comes up with a screen just all white and no space background.

#1
12/05/2010 (7:52 pm)
Make sure you go into "content" and "data" and make sure your images are added to your project. if something is rendered as a white square, it usually means the material wasn't found.
#2
12/05/2010 (8:02 pm)
I kept going on but still all white
#3
12/05/2010 (8:56 pm)
It is in the content
#4
12/05/2010 (9:19 pm)
and added to the project? Sometimes you have to use "show all files" and then make sure it is added, by looking at the properties, and that it is set to compile. This is a common mistake, because TXB does not always add an image to your VS project when you use the drag and drop method.
#5
12/05/2010 (9:46 pm)
I am new to TXB so can you please post a pic of it
#7
12/07/2010 (12:27 am)
I got it to work thanks