Game Development Community

Problem with scrollers.

by Bob Mann · in Torque Game Builder · 07/12/2011 (12:27 pm) · 7 replies

(I was not 100% sure where to put this, I just put it here as it was with TGB) I am more less, just getting use to TGB. But I'm having a problem with scrollers. A white box keeps appearing at the end of the loop and I can't seem to get rid of it.

#1
07/12/2011 (12:52 pm)
Have you disabled filter padding options on the image map?
#2
07/12/2011 (1:36 pm)
If your image a Power of Two image?
#3
07/12/2011 (1:48 pm)
@Michael

Yes

@Montgomery

I am sorry that question made no sense.
#4
07/12/2011 (2:20 pm)
Is the resolution of the image using power of 2?

2x2
4x4
16x16
512x512

#5
07/12/2011 (3:46 pm)
No. I assume that's the problem?
Dose it have to be a perfect square?
Could I use 1024X512?
#6
07/12/2011 (3:51 pm)
I believe you can still get away with it not being a perfect square, but I know perfect squares do work. They are also more efficient.
#7
07/12/2011 (3:55 pm)
Ok thank you.