Game Development Community

Trouble with t2dScroller object

by Michael Samiec · in Technical Issues · 11/07/2007 (4:28 am) · 1 replies

Hi,
I've been playing around with the t2dScroller object and can't get the image to scroll without showing white on the edges inbetween looping the image. When I change the images size I find the size of the white gap changes, so I assume there is a combination of height-width-scroll-repeat variables that will get me the result I want.

Any help would be great.
Cheers.

About the author

Recent Threads


#1
11/13/2007 (9:54 am)
OK, stupid me. Figured out that the texture's width and height resolutions need to be powers of 2.
Cheers.