Game Development Community

How do I make a scroller?

by Robert Carroll · in Torque Game Builder · 11/08/2009 (5:15 pm) · 3 replies

Hi, im tring to make a scroller but IDK how :( every time I get it to scroll it has this big white gap between the Begening and the end. also if this is somthing stupid/simple srry for wasting your time :P

#1
11/08/2009 (5:16 pm)
The image that you use for the scroller must be a power of 2 and square. For example, 64x64, 128x126, 256x256, 512x512, 1024x1024, etc.
#2
11/08/2009 (5:22 pm)
kk, ill try that
#3
11/08/2009 (5:26 pm)
Ok that worked but my rectangular image is distorted now so I have to start a new :(