Thank you Cage
I\'ll try it in a couple minutes.
EDIT: Okay, I tried it, and it works. But now I have another question, how do I tile the texture? Because I wanted to make a floor which was like 3000X3000 (that\'s widthXdepth) and I applied the texture to it and it stretched the texture. How would I get it to tile the texture instead?
Here is my code so far (DBPro):
make object box 1,3000,3000,32
position object 1,-1000,-5,-1000
texture object 1,CheeseTexture
rem don\'t ask :D
rem but instead of it tiling the texture, which is 256X256, it stretches it 3000 units.