Game Development Community

White Space using scroller!

by Andrea Farid Marsili · in iTorque 2D · 07/30/2011 (2:49 am) · 5 replies

There's a white space between the two pictures someone knows why?

#1
07/30/2011 (6:35 am)
This question gets asked a lot and that's probably because people don't know how to search the forums. Don't use the search button above... type this into google:

site:http://www.garagegames.com/community/forums/ white scroller

(the answer is your images must be sized to powers of 2, eg 128x64 or 256x256)
#2
07/30/2011 (7:44 am)
I modified my picture's size but nothing changed...

With a 512x512 image I get a big white space but with a 500x500 imege I get only a little white space...it's weird...
#3
07/30/2011 (8:13 am)
I ran into the white scroller problem as well, but for me it was being caused because "Filter Pad" was checked in the image builder.
#4
07/30/2011 (1:44 pm)
@Andrea - Both Conor and Paul Jan provide the answer. Use power of 2 textures and disable any filter options.
#5
07/30/2011 (4:48 pm)
@Mich: yes, tried and it worked. Thank you guys. I love GG community..